diff --git a/Dockerfile b/Dockerfile index 7d1b4f10..a654c3e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ HEALTHCHECK --start-period=2s --interval=5s --timeout=3s \ CMD curl -f http://localhost:9091/health || exit 1 VOLUME /srv -EXPOSE 9091 COPY .docker.json /.filebrowser.json COPY filebrowser /filebrowser