Skip to content

Commit 4af2a3d

Browse files
author
mike dupont
committed
bun build not core
1 parent f54e47a commit 4af2a3d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ RUN bun install
3434
RUN bun add better-sqlite3
3535

3636
# Build the project
37-
RUN bun run build:core
38-
37+
RUN bun run build
3938

4039
# Create a new stage for the final image
4140
FROM node:23.3.0-slim
@@ -73,4 +72,4 @@ EXPOSE 3000 5173
7372

7473

7574
# Start the application
76-
CMD ["bun", "run", "start"]
75+
CMD ["bun", "start"]

0 commit comments

Comments
 (0)