feat!: change default port and scope

BREAKING CHANGE: the default port is no longer random, but 6065. The default scope is now the current directory instead of the root directory.
This commit is contained in:
Henrique Dias
2024-07-29 10:11:02 +02:00
parent e7e9c3176d
commit ed23ca1820
4 changed files with 10 additions and 8 deletions
+1 -2
View File
@@ -18,7 +18,6 @@ FROM scratch
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=build /webdav/main /bin/webdav
EXPOSE 80
EXPOSE 6065
ENTRYPOINT [ "webdav" ]
CMD [ "-p", "80" ]