From 313f1e7c0de59dcd5ddfdc8a7c0bc4866eb0a1d4 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Sun, 21 Aug 2022 17:04:32 -0500 Subject: [PATCH] Keep /config volume consistently --- Dockerfile | 2 ++ Dockerfile.aarch64 | 2 ++ Dockerfile.armhf | 2 ++ 3 files changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3edb3fe..3d5e920 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,7 +67,9 @@ RUN \ /root/.composer \ /tmp/* +# copy local files COPY root/ / +# ports and volumes EXPOSE 80 443 VOLUME /config diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 840a18c..017a6ea 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -67,7 +67,9 @@ RUN \ /root/.composer \ /tmp/* +# copy local files COPY root/ / +# ports and volumes EXPOSE 80 443 VOLUME /config diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 7965259..0f79aa0 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -67,7 +67,9 @@ RUN \ /root/.composer \ /tmp/* +# copy local files COPY root/ / +# ports and volumes EXPOSE 80 443 VOLUME /config