From 902a16bdba3bea6d62877da5bf908c8ee263347a Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 11 Jul 2022 19:49:13 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20=20modified:=20Dockerfi?= =?UTF-8?q?le=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 99f09b7..6dc9e4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ FROM casjaysdevdocker/nginx:latest as build ARG ARIANG_VERSION=1.2.4 \ - DOMAIN=0.0.0.0:8080 + DOMAIN=0.0.0.0:8080 RUN mkdir -p /bin/ /config/ /data/ && \ rm -Rf /bin/.gitkeep /config/.gitkeep /data/.gitkeep && \ apk -U update && \ - apk add --no-cache \ + apk add --no-cache \ aria2 \ unzip && \ rm -R /etc/nginx && \ @@ -53,4 +53,4 @@ COPY --from=build /. / HEALTHCHECK CMD [ "/usr/local/bin/entrypoint-aria2.sh", "healthcheck" ] ENTRYPOINT [ "/usr/local/bin/entrypoint-aria2.sh" ] -CMD [ "exec" ] +