diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-10-28 10:04:14 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-10-29 11:34:01 +0200 |
commit | 93f8d59e4c71e6ff2f945dc2c632536f4530b13c (patch) | |
tree | 0d7171fd9c851b87d15bc3705eb394eb612d3ece /Dockerfile | |
parent | cc1caa87fbbc11338a650623c7776bf57402cd16 (diff) | |
download | garage-93f8d59e4c71e6ff2f945dc2c632536f4530b13c.tar.gz garage-93f8d59e4c71e6ff2f945dc2c632536f4530b13c.zip |
Extract toolchain build from the CIbug/rust-musl
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 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", "server"] |