rename to little-hesinde

This commit is contained in:
Sebastian Hugentobler 2024-05-10 17:31:27 +02:00
parent 155e09b159
commit fd7f551726
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
52 changed files with 54 additions and 47 deletions

View file

@ -10,7 +10,7 @@ WORKDIR /work
COPY . .
RUN cargo build --release --target=$(arch)-unknown-linux-musl
RUN cp "./target/$(arch)-unknown-linux-musl/release/rusty-library" /app
RUN cp "./target/$(arch)-unknown-linux-musl/release/little-hesinde" /app
FROM scratch