This commit is contained in:
Martin Pugh
2021-03-26 17:51:59 +01:00
parent 30492d2874
commit 9746a420d7
+1 -1
View File
@@ -8,7 +8,7 @@ WORKDIR /app
COPY . .
RUN cargo build --${PROFILE} --bins
RUN cargo build --${PROFILE} --bins --target x86_64-unknown-linux-musl
# MAIN IMAGE FOR PEOPLE TO PULL --- small one#