Skip to content

Commit

Permalink
Ok try to use bun to run the standalone server
Browse files Browse the repository at this point in the history
  • Loading branch information
tomouchuu committed Nov 5, 2023
1 parent 192332b commit b42c605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ ENV NODE_ENV="production"
WORKDIR /app
COPY --from=installer . .

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

0 comments on commit b42c605

Please sign in to comment.