Skip to content

Commit

Permalink
🐳 Update Dockerfile entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
theSaintKappa committed Mar 17, 2024
1 parent 6cb3f3b commit d1aa1a1
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 @@ -22,4 +22,4 @@ COPY --from=install /temp/prod/node_modules node_modules
COPY --from=prerelease /usr/src/app/ .

USER bun
ENTRYPOINT [ "bun", "run", "." ]
ENTRYPOINT [ "bun", "start" ]

0 comments on commit d1aa1a1

Please sign in to comment.