Browse Source

Update Dockerfile

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

2
Dockerfile

@ -6,7 +6,7 @@ RUN npm install && npm install -g @angular/cli
RUN ng build --configuration="production"
FROM alpine:latest
FROM alpine:3.12
MAINTAINER per@sysx.no
ENV IS_DOCKER True
WORKDIR /app

Loading…
Cancel
Save