mirror of
https://github.com/danbulant/ctf-tcp-server
synced 2026-06-16 12:51:14 +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
|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue