Add a docker image

This commit is contained in:
Valentin Tolmer
2021-06-30 16:54:33 +02:00
committed by nitnelave
parent e09c73efce
commit 8e049c9e54
4 changed files with 178 additions and 0 deletions

20
.dockerignore Normal file
View File

@@ -0,0 +1,20 @@
# Don't track git
.git/*
# Don't track cargo generated files
target/*
app/target/*
model/target/*
# Don't track the generated JS
app/pkg/*
# Don't track changes to the Dockerfile, triggering a rebuild without cache
Dockerfile
.dockerignore
# Various config files that shouldn't be tracked
lldap_config.toml
server_key
users.db*
.gitignore