fix: update Dockerfile to change the port from 8073 to 5173 for serving the application

This commit is contained in:
Alexis
2026-05-13 12:38:21 +02:00
parent 10c9168370
commit a5321a6807
+1 -1
View File
@@ -19,4 +19,4 @@ RUN npm install -g serve
COPY --from=builder /app/dist ./dist
EXPOSE 8073
CMD ["serve", "-s", "dist", "-l", "8073"]
CMD ["serve", "-s", "dist", "-l", "5173"]