We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463b593 commit 789808eCopy full SHA for 789808e
Dockerfile
@@ -37,8 +37,8 @@ COPY --from=builder /app/./env.sh .
37
COPY --from=builder /app/.env .
38
COPY --from=builder /app/health.html .
39
40
-RUN chown -R devtron:devtron /usr/share/nginx/html
41
# Make our shell script executable
42
-RUN chmod +x env.sh
+RUN chown -R devtron:devtron /usr/share/nginx/html && \
+ chmod +x env.sh
43
USER devtron
44
CMD ["/bin/bash", "-c", "/usr/share/nginx/html/env.sh && nginx -g \"daemon off;\""]
0 commit comments