From 028b4404183f40504a07217cff342f24d515cf4c Mon Sep 17 00:00:00 2001 From: casjay Date: Sun, 2 Oct 2022 16:46:29 -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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3dd16f4..cf80dd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ ENV SHELL="/bin/bash" \ WORKDIR /root -VOLUME ["/root","/config","/data"] +VOLUME ["/config","/data"] EXPOSE $PORT @@ -51,4 +51,3 @@ COPY --from=build /. / ENTRYPOINT [ "tini", "--" ] HEALTHCHECK CMD [ "/usr/local/bin/entrypoint-tor.sh", "healthcheck" ] CMD [ "/usr/local/bin/entrypoint-tor.sh" ] -