Update Dockerfile.emergency

main
Amir Hossein Khademi 2023-10-26 01:48:05 +03:30
parent bbd27a85cb
commit d135238885
1 changed files with 1 additions and 1 deletions

View File

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