mirror of
https://dev.azure.com/tstanciu94/ReverseProxy/_git/ReverseProxy_Frontend
synced 2022-12-28 18:12:07 +02:00
docker file node:16-slim
This commit is contained in:
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…
x
Reference in New Issue
Block a user