WebDAV: Enable the "dummy-webdav" service to shut down gracefully

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-12-10 08:56:53 +01:00
parent 471ec0318b
commit 184deb20d2

View File

@@ -16,4 +16,4 @@ EXPOSE 80
COPY /docker/dummy/webdav/config.yml /webdav/config.yml
COPY /docker/dummy/webdav/files /webdav/files
CMD webdav -c /webdav/config.yml
CMD ["webdav", "-c", "/webdav/config.yml"]