Create docker image for release
This commit is contained in:
6
rust/Dockerfile
Normal file
6
rust/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM debian:bullseye-slim
|
||||
|
||||
COPY sea_battle_backend /usr/local/bin/sea_battle_backend
|
||||
|
||||
ENTRYPOINT /usr/local/bin/sea_battle_backend
|
||||
|
Reference in New Issue
Block a user