Adapting compose.yaml

This commit is contained in:
Laurent
2025-03-11 13:35:29 +01:00
parent ab3b4340ec
commit 68a640d932
2 changed files with 7 additions and 4 deletions

View File

@@ -18,5 +18,4 @@ COPY . .
# build app for production with minification
RUN npm run build
EXPOSE 8080
CMD ["serve", "-s", "dist", "-l", "8080"]
CMD ["serve", "-s", "dist", "-l", "3001"]