mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
idk
This commit is contained in:
parent
25d9dd1ac5
commit
0e9dcd4d9c
1 changed files with 2 additions and 2 deletions
|
@ -17,5 +17,5 @@ RUN pnpm install vite && pnpm run build
|
|||
FROM base
|
||||
COPY --from=prod /app/node_modules /app/node_modules
|
||||
COPY --from=prod /app/build /app/build
|
||||
EXPOSE 8000
|
||||
CMD [ "pnpm", "preview", "--", "--port", "8000", "--host" ]
|
||||
EXPOSE 3000
|
||||
CMD [ "node", "/app/build/index.js" ]
|
Loading…
Reference in a new issue