mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
+Docker
This commit is contained in:
@@ -32,7 +32,17 @@ npm run build # Build CSS/JS first (required!)
|
||||
dotnet build HaWeb.csproj # Build the web application
|
||||
```
|
||||
|
||||
### Production Deployment (Linux)
|
||||
### Production Deployment
|
||||
|
||||
**Docker (Recommended)**:
|
||||
```bash
|
||||
# From repository root
|
||||
docker volume create hamann_data
|
||||
docker-compose up -d --build
|
||||
```
|
||||
See `DOCKER.md` for detailed Docker deployment instructions.
|
||||
|
||||
**Manual (Linux)**:
|
||||
```bash
|
||||
npm run build
|
||||
dotnet publish --runtime linux-x64 -c Release
|
||||
|
||||
Reference in New Issue
Block a user