Fix build --prod depreciated warning

This commit is contained in:
Quinn Casey
2022-02-28 12:39:28 -08:00
parent 25c8fe5c0e
commit a679a1966a
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ COPY . /src
WORKDIR /src/src-ui
RUN npm install
RUN ./node_modules/.bin/ng build --prod
RUN ./node_modules/.bin/ng build --configuration production
FROM ubuntu:20.04 AS jbig2enc