diff options
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ COPY ./ ./ RUN bun run build -FROM oven/bun:latest +FROM node:18.16-alpine WORKDIR /due @@ -18,4 +18,4 @@ COPY --from=build /due . EXPOSE 4173 -CMD ["bun", "run", "preview", "--", "--host", "0.0.0.0"]
\ No newline at end of file +CMD ["node", "run", "preview", "--", "--host", "0.0.0.0"]
\ No newline at end of file |