Skip to content

Commit 632adf7

Browse files
author
Adriano Santos
committed
merge
1 parent e04553a commit 632adf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ build-activator-simple-image:
115115
-t ${activator-simple-image} .
116116

117117
build-all-images:
118-
# docker build --no-cache \
119-
# -f Dockerfile-proxy \
120-
# -t ${proxy-image} .
118+
docker build --no-cache \
119+
-f Dockerfile-proxy \
120+
-t ${proxy-image} .
121121
docker build --no-cache \
122122
-f Dockerfile-initializer \
123123
-t ${proxy-initializer} .
@@ -132,7 +132,7 @@ build-all-images:
132132
# docker build --no-cache -f Dockerfile-elixir-example -t ${spawn-sdk-example-image} .
133133

134134
push-all-images:
135-
docker push ${proxy-image}
135+
#docker push ${proxy-image}
136136
docker push ${proxy-initializer}
137137
docker push ${operator-image}
138138
#docker push ${activator-api-image}

0 commit comments

Comments
 (0)