Update Dockerfile

This commit is contained in:
Alex Graber 2021-06-19 18:32:18 +00:00 committed by GitHub
parent 50b88fb0b4
commit 47ccf3c5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ ARG TARGETARCH
ARG BUILD_DATE
LABEL build_version="${TARGETPLATFORM} - ${BUILD_DATE}"
LABEL maintainer="ninerealmlabs <ahgraber@ninerealmlabs.com>"
LABEL maintainer="ninerealmlabs"
ENV ONLY_SUBDOMAINS=false
ENV PROPAGATION=60
@ -72,4 +72,4 @@ RUN mkdir -p \
COPY root/ /
# RUN chmod -R +x /app
ENTRYPOINT [ "/init" ]
ENTRYPOINT [ "/init" ]