This repository has been archived on 2025-03-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SeaBattle/rust/Dockerfile

7 lines
132 B
Docker

FROM debian:bullseye-slim
COPY sea_battle_backend /usr/local/bin/sea_battle_backend
ENTRYPOINT /usr/local/bin/sea_battle_backend