From ae12b4862246ae751a7a9e06edba061dfaeb4e5f Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 12 Oct 2022 16:40:42 -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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8b5a379..51b7c7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,9 +39,9 @@ ENV SHELL="/bin/bash" \ HOSTNAME="casjaysdev-deno" \ TZ="${TZ:-America/New_York}" -WORKDIR /app -VOLUME ["/app"] -EXPOSE 1993 +WORKDIR /data +VOLUME ["/data"] +EXPOSE 1-65535 COPY --from=build /. /