Compare commits

...

1 commit

Author SHA1 Message Date
e44b4704f7
Sync/fix Dockerfile with latest update
All checks were successful
continuous-integration/drone/pr Build is passing
2021-10-27 16:57:52 +02:00

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