Skip to content

Commit

Permalink
Merge pull request #238 from Far-Beyond-Dev/tristanpoland-patch-10
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
tristanpoland authored Jan 21, 2025
2 parents 476d8c4 + 86af848 commit f2c44b0
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 @@ -28,7 +28,7 @@ RUN apk add --no-cache clang lld musl-dev git
# source code into the container. Once built, copy the executable to an
# output directory before the cache mounted /app/target is unmounted.
COPY . .
RUN cargo build --locked --release && \
RUN cargo build --release && \
cp ./target/release/$APP_NAME /bin/server

################################################################################
Expand Down

0 comments on commit f2c44b0

Please sign in to comment.