Dockerfile

This commit is contained in:
titver968
2025-02-26 14:03:31 +01:00
parent b5f60280f0
commit f171405865

View File

@@ -10,6 +10,6 @@ FROM node:19-alpine3.16
WORKDIR /app
COPY --from=build /app .
ENV HOST=0.0.0.0
EXPOSE 4173
CMD ["npm","run", "preview","--", "--host", "0.0.0.0"]
EXPOSE 3000
CMD ["npm","start","run", "preview","--", "--host", "0.0.0.0"]