Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Apr 28, 2024
1 parent 98695e8 commit 8a75e83
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 @@ -10,4 +10,4 @@ FROM oven/bun:1
WORKDIR /app
COPY --from=builder /builder/.output .

ENTRYPOINT [ "bun" "run" "server/index.mjs" ]
ENTRYPOINT [ "bun", "run", "server/index.mjs" ]

0 comments on commit 8a75e83

Please sign in to comment.