Browse Source

Update Dockerfile

pull/35/head
Per-Arne Andersen 4 years ago
committed by GitHub
parent
commit
d9eb5e1338
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -4,7 +4,7 @@ COPY ./wg_dashboard_frontend /tmp/build
WORKDIR /tmp/build
RUN apk add --no-cache build-base python3-dev && \
npm install && npm install -g @angular/cli && \
rm -rf node_modules \
rm -rf node_modules && \
apk del build-base python3-dev
RUN ng build --configuration="production"

Loading…
Cancel
Save