diff --git a/Dockerfile b/Dockerfile index 54ad0bc..73d2dfe 100755 --- a/Dockerfile +++ b/Dockerfile @@ -180,5 +180,9 @@ RUN \ /root/.cache \ /root/.cargo -# add local files +# copy local files COPY root/ / + +# ports and volumes +EXPOSE 80 443 +VOLUME /config diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 5a7fecb..989ccf6 100755 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -180,5 +180,9 @@ RUN \ /root/.cache \ /root/.cargo -# add local files +# copy local files COPY root/ / + +# ports and volumes +EXPOSE 80 443 +VOLUME /config diff --git a/Dockerfile.armhf b/Dockerfile.armhf index d959fbe..83f4b1e 100755 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -179,5 +179,9 @@ RUN \ /root/.cache \ /root/.cargo -# add local files +# copy local files COPY root/ / + +# ports and volumes +EXPOSE 80 443 +VOLUME /config