Update Dockerfile
All checks were successful
Build Mau & Deploy Mau / build (push) Successful in 2m15s
Build Mau & Deploy Mau / deploy (push) Successful in 6m32s

This commit is contained in:
2024-04-15 20:19:23 +00:00
parent a1fa0f4a34
commit 69c6cc34d6

View File

@@ -6,5 +6,5 @@ RUN npm install --silent
RUN npm run build RUN npm run build
RUN npm install -g serve RUN npm install -g serve
EXPOSE 80 EXPOSE 3000
CMD serve -l 80 -s build CMD serve -l 3000 -s build