Skip to content

Commit

Permalink
chore: update all the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
valosnah committed Nov 20, 2024
1 parent 86b6f16 commit 6cf87e9
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 @@ -17,4 +17,4 @@ COPY --from=build-env /$APP_NAME .

EXPOSE 8080

CMD ["./$APP_NAME"]
CMD ["sh", "-c", "./$APP_NAME"]

0 comments on commit 6cf87e9

Please sign in to comment.