Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Mar 25, 2024
1 parent 395d1fd commit 61e0b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ exec $@
EOF

WORKDIR $PROJECT_PATH
ENTRYPOINT [ "docker-entrypoint.sh" ]
ENTRYPOINT [ "/usr/local/bin/docker-entrypoint.sh" ]


##############################
Expand Down

0 comments on commit 61e0b5f

Please sign in to comment.