Added dockerfile and dockerignore

This commit is contained in:
2024-03-27 18:06:23 -07:00
parent 235bc3f947
commit c234aa8fdd
4 changed files with 24 additions and 0 deletions

6
compose.yaml Normal file
View File

@@ -0,0 +1,6 @@
services:
robbit:
image: personal_projects:robbit
command: -c "./target/release/robbit"
entrypoint: /bin/sh