Extract toolchain build from the CI

This commit is contained in:
Quentin Dufour
2021-10-28 10:04:14 +02:00
parent cc1caa87fb
commit 93f8d59e4c
6 changed files with 232 additions and 291 deletions
+1 -1
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", "server"]