summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorguillaume <guillaume.cassou@supinfo.com>2018-07-24 18:09:30 +0200
committerguillaume <guillaume.cassou@supinfo.com>2018-07-24 18:09:30 +0200
commit6173a7338135c87321be909482ff356d32977de6 (patch)
tree1de96a5b145463651d335cd17e30a8d62ce6e6b5 /Dockerfile
parentdafe1e39a53543a20505705185c84053ae0a1918 (diff)
downloadwekan-6173a7338135c87321be909482ff356d32977de6.tar.gz
wekan-6173a7338135c87321be909482ff356d32977de6.tar.bz2
wekan-6173a7338135c87321be909482ff356d32977de6.zip
enable/disable api with env var
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6d68867d..4268e472 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
FROM debian:buster-slim
-MAINTAINER wekan
+LABEL maintainer="wekan"
# Declare Arguments
ARG NODE_VERSION