Skip to content

Commit

Permalink
fix: production build in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Apr 29, 2023
1 parent 7ffa19e commit 794160f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY --from=generate-openapi /app/openapi.json openapi.json
RUN apk add --no-cache openjdk11
RUN npm install
RUN npm run generate-openapi -- -i openapi.json
RUN npm run build
RUN npm run build -- --configuration=production

FROM nginx/unit:1.29.1-python3.11

Expand Down

0 comments on commit 794160f

Please sign in to comment.