From 5d1626da076d908ed6938be7878ab695d446e37b Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 12 Oct 2022 23:16:31 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4be48d0..0f2a8d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ ENV SHELL="/bin/bash" \ COPY --from=build /. / -WORKDIR /root +WORKDIR /data/htdocs/www VOLUME [ "/config","/data" ]