Skip to content

Commit

Permalink
remove user dockerifle
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Mar 30, 2024
1 parent baf30ae commit 91fa2e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ FROM oven/bun:1
WORKDIR /app
COPY --from=builder /builder/.output .

USER bun
ARG APP_PORT=3000
EXPOSE $APP_PORT
ENTRYPOINT [ "bun" "run" ".output/server/index.mjs" ]

0 comments on commit 91fa2e0

Please sign in to comment.