initial commit

This commit is contained in:
2021-04-20 15:20:16 +02:00
commit 9d3e0c0994
12 changed files with 668 additions and 0 deletions

9
docker-pack.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env sh
file=$(npm pack | tail -1)
cd docker
npm install "../$file"
sudo docker-compose restart