Compare commits

...

1 Commits

Author SHA1 Message Date
Jill e44b4704f7
Sync/fix Dockerfile with latest update 2021-10-27 16:57:52 +02:00
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"]