Some things are now in result-bin

This commit is contained in:
Alex Auvolat
2022-10-18 13:17:30 +02:00
parent 667ca9d3e3
commit 8fc93abc79
4 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ FROM scratch
ENV RUST_BACKTRACE=1
ENV RUST_LOG=garage=info
COPY result/bin/garage /
COPY result-bin/bin/garage /
CMD [ "/garage", "server"]