Skip to content
Snippets Groups Projects
Unverified Commit 5dd48bab authored by Deathwing's avatar Deathwing Committed by GitHub
Browse files

Merge pull request #4 from Rishi556/patch-1

Force Set To Bullseye
parents f1fd45f8 9fbc8823
No related branches found
No related tags found
No related merge requests found
FROM rust:latest AS builder
FROM rust:bullseye as builder
WORKDIR /drone
......@@ -12,4 +12,4 @@ COPY --from=builder /drone/target/release/drone /drone
EXPOSE 3000
CMD ["./drone"]
\ No newline at end of file
CMD ["./drone"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment