Browse Source

Update Dockerfile

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

3
Dockerfile

@ -4,10 +4,9 @@ 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 && \
ng build --configuration="production" && \
rm -rf node_modules && \
apk del build-base python3-dev
RUN ng build --configuration="production"
FROM alpine:3.12
MAINTAINER per@sysx.no

Loading…
Cancel
Save