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
0e9dcd4d9c
commit
f30865f927
1 changed files with 1 additions and 1 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 3000
|
||||
EXPOSE 8000
|
||||
CMD [ "node", "/app/build/index.js" ]
|
Loading…
Reference in a new issue