fix everything in an elegant way

This commit is contained in:
2022-12-31 20:25:09 +02:00
parent 7a04cc70fe
commit 641dbeeea4
6 changed files with 6 additions and 19 deletions

View File

@@ -15,8 +15,4 @@ RUN pnpm build
EXPOSE 4173
ENV PORT=4173
ENV ORIGIN=http://localhost:4173
CMD ["node", "build"]
CMD ["pnpm", "preview", "--host"]