-test environment
Some checks failed
Chore App Build and Push Docker Images / build-and-push (push) Failing after 25s
Some checks failed
Chore App Build and Push Docker Images / build-and-push (push) Failing after 25s
This commit is contained in:
@@ -23,4 +23,4 @@ COPY nginx.conf /etc/nginx/nginx.conf
|
||||
ENV BACKEND_HOST=chore-app-backend
|
||||
|
||||
# Use envsubst to replace variables in nginx.conf at startup
|
||||
CMD ["/bin/sh", "-c", "envsubst < /etc/nginx/nginx.conf > /etc/nginx/nginx.conf.tmp && mv /etc/nginx/nginx.conf.tmp /etc/nginx/nginx.conf && nginx -g 'daemon off;'"]
|
||||
CMD ["/bin/sh", "-c", "envsubst < /etc/nginx/nginx.conf > /etc/nginx/nginx.conf.tmp && mv /etc/nginx/nginx.conf.tmp /etc/nginx/nginx.conf && echo 'envsubst completed' && echo '=== nginx.conf ===' && cat /etc/nginx/nginx.conf && echo '=== end nginx.conf ===' && nginx -g 'daemon off;'"]
|
||||
|
||||
Reference in New Issue
Block a user