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