feat: neue Website mit Docker-Deployment
Docker-Image bauen / Image bauen und veröffentlichen (push) Failing after 1m31s

This commit is contained in:
2026-07-13 22:12:02 +02:00
commit 5f9e64e9f4
17 changed files with 3603 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "hardtschule-karlsruhe",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "node server.mjs",
"start": "node server.mjs"
}
}