update browser db
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2022-01-31 23:37:04 +01:00
parent fdbbfba0bc
commit ed9b4efc19

View File

@ -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