Version 1.3.0-rc2 - Modification du Docker

This commit is contained in:
2025-10-04 18:08:16 +02:00
parent ec5e9a5c53
commit 9eb94901d4

View File

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