Update Dockerfile.emergency

main
Amir Hossein Khademi 2023-10-26 00:54:52 +03:30
parent 0a97526c49
commit 3701897c15
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM registry.vnfco.ir/library/node:14-alpine AS runner
FROM stefanscherer/node-windows AS runner
WORKDIR /app
ARG NODE_ENV=production
COPY public ./public