Use production webpack configuration

This commit is contained in:
Sonny Bakker 2023-09-28 20:34:08 +02:00
parent 0f89fc2447
commit 9097caf438

View file

@ -32,7 +32,7 @@ RUN npm ci
COPY ./src /app/src
RUN npm run build
RUN npm run build:prod
# stage 3