Version 1.3.0-rc2 - Modif Docker

This commit is contained in:
2025-10-04 18:44:09 +02:00
parent 9eb94901d4
commit 2e2be9ecf2

View File

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