Skip to content

Commit

Permalink
Fix web-next Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
knpwrs committed Dec 17, 2024
1 parent 5123c93 commit a155ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web-next/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM oven/bun:1.1.36-slim
WORKDIR /home/node/app
WORKDIR /home/bun/app
COPY package.json bun.lockb ./
RUN bun install
COPY . .
Expand Down

0 comments on commit a155ece

Please sign in to comment.