Skip to content

Commit d77e84f

Browse files
committed
fix: docker build
1 parent 533c951 commit d77e84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildDocker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
#./mvnw clean install -Ddocker=true -Dnpm.test.script=test-chromium
33
./mvnw clean install -Ddocker=true
4-
docker build -t angular2guy/angularandspring:latest --build-arg JAR_FILE=angularandspring-0.0.1-SNAPSHOT.jar --no-cache .
4+
docker build -t angular2guy/angularandspring:latest --build-arg JAR_FILE=angularandspring-backend-0.0.1-SNAPSHOT.jar --no-cache .
55
docker run -p 8080:8080 --memory="512m" --cpus=1.0 --network="host" angular2guy/angularandspring:latest

0 commit comments

Comments
 (0)