fix: revert Dockerfile changes

This commit is contained in:
Henrique Dias
2026-02-16 17:13:56 +01:00
parent 4ac9a1041c
commit 1196ad506d
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