Skip to content

Commit fa1dd98

Browse files
committed
set execution permission
1 parent 5c6e3ac commit fa1dd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ COPY ./backend/ .
4545
COPY --from=react-builder /code/dist/ ./frontend_dist/
4646

4747
# Set run permission on entrypoint.sh
48-
RUN chmod +x /app/entrypoint.sh
48+
RUN chmod +x entrypoint.sh
4949

5050
# ENTRYPOINT contains the start server script
5151
ENTRYPOINT ["./entrypoint.sh"]

0 commit comments

Comments
 (0)