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 5c6e3ac commit fa1dd98Copy full SHA for fa1dd98
stage/Dockerfile
@@ -45,7 +45,7 @@ COPY ./backend/ .
45
COPY --from=react-builder /code/dist/ ./frontend_dist/
46
47
# Set run permission on entrypoint.sh
48
-RUN chmod +x /app/entrypoint.sh
+RUN chmod +x entrypoint.sh
49
50
# ENTRYPOINT contains the start server script
51
ENTRYPOINT ["./entrypoint.sh"]
0 commit comments