-test environment
Some checks failed
Chore App Build and Push Docker Images / build-and-push (push) Failing after 25s

This commit is contained in:
2026-02-11 15:24:14 -05:00
parent 38c637cc67
commit f5d68aec4a

View File

@@ -23,4 +23,4 @@ COPY nginx.conf /etc/nginx/nginx.conf
ENV BACKEND_HOST=chore-app-backend ENV BACKEND_HOST=chore-app-backend
# Use envsubst to replace variables in nginx.conf at startup # 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;'"]