Skip to content

Commit

Permalink
Merge pull request #7 from gdi-be/fix-dockerfile
Browse files Browse the repository at this point in the history
Fix dockerfile
  • Loading branch information
hwbllmnn authored Dec 18, 2024
2 parents cb6aa00 + 305fd0d commit 6491df1
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
Expand Up @@ -17,9 +17,10 @@ WORKDIR /app

COPY --from=builder /app/build ./build
COPY --from=builder /app/static ./static
COPY --from=builder /app/node_modules ./node_modules

COPY .env.example .env
COPY package.json bun.lockb ./
RUN bun install --frozen-lockfile

EXPOSE 3000

Expand Down

0 comments on commit 6491df1

Please sign in to comment.