Skip to content

Commit c3f6c3d

Browse files
committed
feat: Add build to docker
1 parent 22bab74 commit c3f6c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ WORKDIR /app
3232
COPY --from=builder /app /app
3333

3434
# Expose the port the app runs on
35-
EXPOSE 4321
35+
EXPOSE 3000
3636

3737
# Start the application
38-
CMD ["bun", "run", "start"]
38+
CMD ["bun", "run", "build"]

0 commit comments

Comments
 (0)