From 085077fee96db81c6a9a63da96f0241066ad24a8 Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 7 Oct 2022 18:47:30 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c3da51d..2625ce3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY ./html /opt/echoip/html COPY ./bin/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh FROM run -ARG BUILD_DATE="$(date +'%Y-%m-%d %H:%M')" +ARG BUILD_DATE="$(date +'%Y-%m-%d %H:%M')" LABEL \ org.label-schema.name="ifconfig" \ @@ -28,7 +28,7 @@ LABEL \ org.label-schema.vcs-type="Git" \ org.label-schema.schema-version="1.0" \ org.label-schema.vendor="CasjaysDev" \ - maintainer="CasjaysDev " + maintainer="CasjaysDev " EXPOSE 8080 WORKDIR /opt/echoip