Skip to content
Snippets Groups Projects

Update ui nginx ws dev

Merged Andrew Kapuscinski requested to merge update-UI-nginx-ws-dev into main
8 files
+ 79
18
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 1
1
@@ -17,7 +17,7 @@ COPY ./apps/web ./
# TODO: Run e2e tests here
# Build the angular app
RUN ./node_modules/.bin/ng build --configuration=test --output-path=dist
RUN ./node_modules/.bin/ng build --configuration=dev --output-path=dist
# Use nginx base image
FROM nginx:1.19.7-alpine
Loading