diff --git a/docker/Dockerfile b/docker/Dockerfile index 52c392a3..80df5d8a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -14,4 +14,7 @@ COPY ["dist/build_linux_linux_amd64/autoscan", "/app/autoscan/autoscan"] COPY ["docker/run", "/etc/services.d/autoscan/run"] # Volume -VOLUME ["/config"] \ No newline at end of file +VOLUME ["/config"] + +# Port +EXPOSE 3030 \ No newline at end of file