Skip to content

Commit

Permalink
fix: Set prodzilla as docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensdavid committed Jun 10, 2024
1 parent e424147 commit 37adb56
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 @@ -83,4 +83,4 @@ COPY --from=build /bin/$APP_NAME /bin/
EXPOSE 3000

# What the container should run when it is started.
CMD ["/bin/$APP_NAME"]
ENTRYPOINT ["/bin/$APP_NAME"]

0 comments on commit 37adb56

Please sign in to comment.