Skip to content

Commit ba32070

Browse files
committed
update makefile
1 parent ed33c09 commit ba32070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
build-docker-env:
2-
docker build -t agileworks/maven dockers/maven
2+
docker build -t localhost:5000/maven dockers/maven
33

44
build-docker-prod-image:
5-
docker build -t agileworks/java_sample_prod .
5+
docker build -t localhost:5000/java_sample_prod .
66

77
deploy-production:
88
- ssh jenkins@localhost docker rm -f java_sample_prod

0 commit comments

Comments
 (0)