Upgrade webpack

This commit is contained in:
Sonny Bakker 2023-08-06 15:20:27 +02:00
parent 841ca7d674
commit 28df757ea8
10 changed files with 14812 additions and 10053 deletions

View file

@ -28,11 +28,11 @@ WORKDIR /app
COPY ./*.json ./*.js ./.babelrc /app/
RUN npm ci
RUN npm ci --include=dev
COPY ./src /app/src
RUN npm run build
RUN npm run build:prod
# stage 3