Sync/fix CLI occurrences with latest update #134

Closed
KokaKiwi wants to merge 1 commits from KokaKiwi/garage:fix-dockerfile into main
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ ENV RUST_BACKTRACE=1
ENV RUST_LOG=garage=info
COPY result/bin/garage /
CMD [ "/garage", "server", "-c", "config.toml"]
CMD [ "/garage", "-c", "config.toml", "server"]