Add Dockerfile

This commit is contained in:
Lennart
2024-10-31 17:10:07 +01:00
parent 3a96e98f45
commit 9714533ef1
3 changed files with 45 additions and 1 deletions

16
.dockerignore Normal file
View File

@@ -0,0 +1,16 @@
target
crates/*/target
# For libraries ignore Cargo.lock
crates/*/Cargo.lock
db.toml
db.sqlite3*
config.toml
schema.sql
/.idea
.env
**/node_modules
**/dist