From 22a174b6742bcb49a26c8cad57666aa3bdf7fe76 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 10 Jul 2022 19:42:10 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea3e1bd..6c4fee3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ ENV SHELL="/bin/bash" \ TZ="${TZ:-America/New_York}" WORKDIR /app -VOLUME ["/app","/config","/data"] +VOLUME ["/app"] EXPOSE 1993 COPY --from=build /. /