Add config

This commit is contained in:
2021-12-04 03:25:09 +01:00
parent d53235d8ef
commit 377962440c
13 changed files with 326 additions and 128 deletions

View File

@@ -18,4 +18,4 @@ FROM alpine:latest
COPY --from=builder-base /app/ezshare /usr/bin/ezshare
EXPOSE 50051
EXPOSE 8088
CMD ["/usr/bin/ezshare", "serve"]
CMD ["/usr/bin/ezshare","--config", "/data/ezshare.toml" "serve"]