Skip to content

Commit

Permalink
ci: changes to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kariudo committed Jan 31, 2024
1 parent de245a7 commit 475aae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ COPY --from=prerelease /usr/src/app/dist/index.js .
COPY --from=prerelease /usr/src/app/package.json .

# run the app
USER bun
ENTRYPOINT [ "bun", "run", "index.js" ]

0 comments on commit 475aae0

Please sign in to comment.