Browse Source
Merge pull request #59 from tony1661/patch-3
MAINTAINER is deprecated
pull/60/head
Per-Arne Andersen
4 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
|
@ -9,7 +9,7 @@ rm -rf node_modules && \ |
|
|
apk del build-base python3-dev |
|
|
apk del build-base python3-dev |
|
|
|
|
|
|
|
|
FROM alpine:3.12 |
|
|
FROM alpine:3.12 |
|
|
MAINTAINER per@sysx.no |
|
|
LABEL maintainer="per@sysx.no" |
|
|
ENV IS_DOCKER True |
|
|
ENV IS_DOCKER True |
|
|
WORKDIR /app |
|
|
WORKDIR /app |
|
|
# Install dependencies |
|
|
# Install dependencies |
|
|