mirror of
https://github.com/danbulant/ctf-tcp-server
synced 2026-07-08 04:20:49 +00:00
Update Dockerfile
This commit is contained in:
parent
8cc1fefe2b
commit
587a609761
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ COPY src /usr/src/app/src/
|
||||||
|
|
||||||
RUN touch /usr/src/app/src/main.rs
|
RUN touch /usr/src/app/src/main.rs
|
||||||
|
|
||||||
|
RUN rm /usr/src/app/target -rf
|
||||||
|
|
||||||
RUN cargo build
|
RUN cargo build
|
||||||
#--target x86_64-unknown-linux-musl
|
#--target x86_64-unknown-linux-musl
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue