You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@echo 'BUILD_TYPE=: make clean_container -e CONTAINER_NAME=my_app BUILD_TYPE=staging (whether the build type is 'development', 'staging' or 'production')'
131
131
@echo 'DOCKER_TAG=: make build -e DOCKER_TAG=my_app:staging'
132
132
@echo 'HTTPS_OUT_PORT=: make create -e HTTPS_IN_PORT=8080 (port from which the request will come- outside world)'
133
-
@echo 'HTTPS_IN_PORT=: make create -e HTTPS_IN_PORT=443 (port to which the request will be forwarded)'
133
+
@echo 'HTTPS_IN_PORT=: make create -e HTTPS_IN_PORT=443 (port to which the request will be forwarded)'
0 commit comments