forked from Deuxfleurs/garage
Sync/fix Dockerfile with latest update
This commit is contained in:
parent
69b89fb46d
commit
e44b4704f7
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue