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