Compare commits

...
1 Commits
Author SHA1 Message Date
Henrique Dias 1196ad506d fix: revert Dockerfile changes 2026-02-16 17:13:56 +01:00
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -13,8 +13,6 @@ RUN go build -o main -trimpath -ldflags="-s -w -X 'github.com/hacdias/webdav/v5/
FROM scratch
WORKDIR /data
COPY --from=build /webdav/main /bin/webdav
EXPOSE 6065
-1
View File
@@ -12,4 +12,3 @@ services:
volumes:
- ./data:/data
- ./config.yml:/config.yml:ro
command: ['-c', '/config.yml']