Skip to content

Commit

Permalink
missing binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian van Dijk committed Dec 5, 2024
1 parent b40f922 commit 0cead3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM rust:latest AS builder
WORKDIR /usr/src/JollyFellow
COPY . .
RUN cargo build --release
RUN mv ./target/release/JollyFellow .
RUN mv ./target/release/JollyFellow /usr/src/JollyFellow

FROM rust:1-alpine3.20

Expand Down

0 comments on commit 0cead3b

Please sign in to comment.