docker file node:16-slim
parent
3c33a2f12b
commit
f5f9f7764c
|
@ -10,7 +10,7 @@ COPY . ./
|
|||
RUN npm run build
|
||||
|
||||
# production environment
|
||||
FROM node:12-slim
|
||||
FROM node:16-slim
|
||||
ARG APP_SUBFOLDER=reverse-proxy
|
||||
|
||||
COPY --from=builder /app/build ./application/${APP_SUBFOLDER}
|
||||
|
|
Loading…
Reference in New Issue