Browse Source

MAINTAINER is deprecated

Since MAINTAINER is deprecated I updated the Dockerfile to use the new method. https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
pull/59/head
Antonio Fernandez 4 years ago
committed by GitHub
parent
commit
d18e0a0399
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