Initial commit

This commit is contained in:
Plexi09 2026-02-22 20:10:40 +01:00
parent 32184a54ce
commit a18a0e9b7a
Signed by: Plexi09
GPG key ID: 20D439A69163544A
31 changed files with 8180 additions and 0 deletions

1
start.sh Normal file
View file

@ -0,0 +1 @@
docker build -t cinematch . && docker stop cinematch && docker rm cinematch && docker run -d -p 3001:3001 --name cinematch cinematch