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
c370172515
commit
25d9dd1ac5
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ RUN pnpm install vite && pnpm run build
|
|||
|
||||
FROM base
|
||||
COPY --from=prod /app/node_modules /app/node_modules
|
||||
COPY --from=prod /app/dist /app/dist
|
||||
COPY --from=prod /app/build /app/build
|
||||
EXPOSE 8000
|
||||
CMD [ "pnpm", "preview", "--", "--port", "8000", "--host" ]
|
Loading…
Reference in a new issue