Skip to content

Commit

Permalink
Fix dockerfile again
Browse files Browse the repository at this point in the history
  • Loading branch information
tomouchuu committed Nov 5, 2023
1 parent 2817849 commit 7691e85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ WORKDIR /app

# Copy our required files from the installer stage
COPY --from=installer /app/apps/frontend ./apps/frontend
COPY --from=installer /app/bun.lockb ./apps/bun.lockb
COPY --from=installer /app/bun.lockb ./bun.lockb
COPY --from=installer /app/node_modules ./node_modules
COPY --from=installer /app/package.json ./apps/package.json
COPY --from=installer /app/packages ./apps/packages
COPY --from=installer /app/package.json ./package.json
COPY --from=installer /app/packages ./packages

CMD bun apps/frontend/.next/standalone/server.js

0 comments on commit 7691e85

Please sign in to comment.