Add Dockerfile

This commit is contained in:
2023-12-30 15:19:02 -05:00
parent 83d5f68f8d
commit 5cbc830439
2 changed files with 79 additions and 0 deletions

9
.dockerignore Normal file
View File

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