mirror of
https://github.com/danbulant/ctf-tcp-server
synced 2026-07-06 11:30:37 +00:00
Update Dockerfile
This commit is contained in:
parent
587a609761
commit
e2deac0201
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ RUN touch /usr/src/app/src/main.rs
|
||||||
|
|
||||||
RUN rm /usr/src/app/target -rf
|
RUN rm /usr/src/app/target -rf
|
||||||
|
|
||||||
RUN cargo build
|
RUN cargo build --release
|
||||||
#--target x86_64-unknown-linux-musl
|
#--target x86_64-unknown-linux-musl
|
||||||
|
|
||||||
FROM debian:bookworm
|
FROM debian:bookworm
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue