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
parent
commit
4f7d44ee4d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -9,7 +9,7 @@ rm -rf node_modules && \
apk del build-base python3-dev
FROM alpine:3.12
MAINTAINER per@sysx.no
LABEL maintainer="per@sysx.no"
ENV IS_DOCKER True
WORKDIR /app
# Install dependencies

Loading…
Cancel
Save