mirror of
https://github.com/danbulant/ctf-tcp-server
synced 2026-06-24 17:11:42 +00:00
Update Dockerfile
This commit is contained in:
parent
cbb52846c5
commit
8cc1fefe2b
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ RUN cargo build
|
||||||
#--target x86_64-unknown-linux-musl
|
#--target x86_64-unknown-linux-musl
|
||||||
|
|
||||||
FROM debian:bookworm
|
FROM debian:bookworm
|
||||||
COPY --from=builder /usr/src/app/target/x86_64-unknown-linux-gnu/release/tcp-spawner /usr/local/bin
|
COPY --from=builder /usr/src/app/target/release/tcp-spawner /usr/local/bin
|
||||||
|
|
||||||
EXPOSE 1337
|
EXPOSE 1337
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue