Sync/fix Dockerfile with latest update

This commit is contained in:
Jill 2021-10-27 16:57:52 +02:00
parent 69b89fb46d
commit e44b4704f7
Signed by: KokaKiwi
GPG Key ID: 09A5A2688F13FAC1
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"]