0
0
Fork 0
mirror of https://git.verdigado.com/NB-Public/simple-wkd.git synced 2024-12-06 14:52:41 +01:00

Add docker build

This commit is contained in:
Delta1925 2023-04-16 16:04:14 +02:00
parent 15d91ab7c0
commit 5726482a6a
No known key found for this signature in database
GPG key ID: 1C21ACE44193CB25
11 changed files with 45 additions and 93 deletions

10
.dockerignore Normal file
View file

@ -0,0 +1,10 @@
*config.toml
Dockerfile
README.md
data/*
logs/*
target/*
website/README.md
website/dist/*
website/node_modules/*
website/.vscode/*