mirror of
https://dev.azure.com/tstanciu94/ReverseProxy/_git/ReverseProxy_Frontend
synced 2022-12-28 18:12:07 +02:00
node:14-slim
This commit is contained in:
parent
f5f9f7764c
commit
d926f145cc
@ -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
15956
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user