Create Dockerfile

This commit is contained in:
2024-10-04 16:56:51 -04:00
parent 8d45f987d5
commit 6363585b43
2 changed files with 76 additions and 0 deletions

7
.dockerignore Normal file
View File

@ -0,0 +1,7 @@
# Ignore everything
*
# Except:
!/src
!/Cargo.lock
!/Cargo.toml