This commit is contained in:
parent
fdbbfba0bc
commit
ed9b4efc19
@ -1,6 +1,7 @@
|
|||||||
FROM node:latest AS build
|
FROM node:latest AS build
|
||||||
ADD . /app
|
ADD . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
RUN npx browserslist@latest --update-db
|
||||||
RUN npm install && npm run build
|
RUN npm install && npm run build
|
||||||
|
|
||||||
FROM nginx:stable
|
FROM nginx:stable
|
||||||
|
Loading…
Reference in New Issue
Block a user