SeaBattle/rust/Dockerfile

7 lines
132 B
Docker
Raw Permalink Normal View History

2024-01-17 18:18:43 +00:00
FROM debian:bookworm-slim
2022-10-16 12:36:57 +00:00
COPY sea_battle_backend /usr/local/bin/sea_battle_backend
ENTRYPOINT /usr/local/bin/sea_battle_backend