Skip to content

Commit

Permalink
fix build (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
uu-z authored Jan 10, 2025
1 parent 5b1358b commit c81ea0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM oven/bun:1.1.26
RUN apt update && apt install python3 python3-pip make g++ -y
WORKDIR /app
COPY package.json package.json
RUN bun install
COPY . .
EXPOSE 3000
ENTRYPOINT ["bun","run", "start"]
ENTRYPOINT ["bun","run", "start"]

0 comments on commit c81ea0d

Please sign in to comment.