This commit is contained in:
Laurent
2025-03-09 11:26:32 +01:00
parent 794f20950d
commit 1ee6b386df

View File

@@ -19,4 +19,4 @@ COPY . .
RUN npm run build
EXPOSE 8080
CMD ["serve", "-s", "dist", "-l", "3000"]
CMD ["serve", "-s", "dist", "-l", "8080"]