docker file node:16-slim

master
Tudor Stanciu 2022-07-16 11:41:16 +03:00
parent 3c33a2f12b
commit f5f9f7764c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ COPY . ./
RUN npm run build RUN npm run build
# production environment # production environment
FROM node:12-slim FROM node:16-slim
ARG APP_SUBFOLDER=reverse-proxy ARG APP_SUBFOLDER=reverse-proxy
COPY --from=builder /app/build ./application/${APP_SUBFOLDER} COPY --from=builder /app/build ./application/${APP_SUBFOLDER}