mirror of
https://dev.azure.com/tstanciu94/CDN/_git/CDN_Frontend
synced 2025-06-21 19:24:34 +03:00
dockerfile: node:12-slim => node:14-slim
This commit is contained in:
parent
c83bb6aec6
commit
6039dda5ce
@ -1,5 +1,5 @@
|
||||
# build environment
|
||||
FROM node:12-slim as builder
|
||||
FROM node:14-slim as builder
|
||||
WORKDIR /app
|
||||
|
||||
COPY .npmrc .npmrc
|
||||
@ -11,7 +11,7 @@ COPY . ./
|
||||
RUN npm run build
|
||||
|
||||
# production environment
|
||||
FROM node:12-slim
|
||||
FROM node:14-slim
|
||||
RUN printf '\n\n- Copy application files\n'
|
||||
|
||||
ARG APP_SUBFOLDER=cdn-admin
|
||||
|
Loading…
x
Reference in New Issue
Block a user