first commit

This commit is contained in:
root
2025-11-09 11:02:09 +01:00
commit 450b4dc402
25 changed files with 20788 additions and 0 deletions

8
rebuildContainer.sh Executable file
View File

@@ -0,0 +1,8 @@
#/bin/bash
# Bauen Sie die React-App neu
npm run build
# Erzwingen Sie einen Neubau des Docker-Images
docker compose down
docker compose build --no-cache
docker compose up -d