File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,9 +115,9 @@ build-activator-simple-image:
115115 -t ${activator-simple-image} .
116116
117117build-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
134134push-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}
You can’t perform that action at this time.
0 commit comments