Sync/fix CLI occurrences with latest update #134

Closed
KokaKiwi wants to merge 1 commit from KokaKiwi/garage:fix-dockerfile into main
Showing only changes of commit e44b4704f7 - Show all commits

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"]