Fix: MAINTAINER directive in Dockerfile is deprecated

This commit is contained in:
Tomasz Meresiński 2020-03-19 18:34:05 +01:00
parent eedc4374b9
commit 42b92ec081
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# docker run --name keeweb -d -p 443:443 -p 80:80 -e 'DH_SIZE=512' antelle/keeweb
FROM nginx:stable
MAINTAINER Antelle "antelle.net@gmail.com"
LABEL maintainer="antelle.net@gmail.com"
# install
RUN apt-get -y update && apt-get -y install openssl wget unzip