Per-Arne Andersen
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
@ -6,7 +6,7 @@ RUN npm install && npm install -g @angular/cli |
|
|
RUN ng build --configuration="production" |
|
|
RUN ng build --configuration="production" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FROM alpine:latest |
|
|
FROM alpine:3.12 |
|
|
MAINTAINER per@sysx.no |
|
|
MAINTAINER per@sysx.no |
|
|
ENV IS_DOCKER True |
|
|
ENV IS_DOCKER True |
|
|
WORKDIR /app |
|
|
WORKDIR /app |
|
|