node:14-slim

master
Tudor Stanciu 2022-07-16 12:11:08 +03:00
parent f5f9f7764c
commit d926f145cc
2 changed files with 1098 additions and 14862 deletions

View File

@ -1,5 +1,5 @@
# build environment
FROM node:16-slim as builder
FROM node:14-slim as builder
WORKDIR /app
COPY package*.json ./
@ -10,7 +10,7 @@ COPY . ./
RUN npm run build
# production environment
FROM node:16-slim
FROM node:14-slim
ARG APP_SUBFOLDER=reverse-proxy
COPY --from=builder /app/build ./application/${APP_SUBFOLDER}

15956
package-lock.json generated

File diff suppressed because it is too large Load Diff