1
0

feat: Serve web
All checks were successful
Remote Deploy / deploy (push) Successful in 10s

This commit is contained in:
2026-02-11 11:25:03 +01:00
parent 16b8b9ae10
commit 7938d2cb9f
2 changed files with 10 additions and 14 deletions

View File

@@ -14,4 +14,6 @@ COPY dist dist
EXPOSE 3000
ENV SERVE_WEB=false
CMD ["npm", "run", "serve"]