Version 1.3.0-rc3 - Modif Docker

This commit is contained in:
2025-10-04 18:49:15 +02:00
parent 2e2be9ecf2
commit 4e34190e63
2 changed files with 2 additions and 2 deletions

View File

@@ -19,4 +19,4 @@ COPY . .
RUN npm run build
EXPOSE 4001
CMD ["http-server", "dist", "-p", "4001", "--spa"]
CMD ["http-server", "dist", "-p", "4001"]