mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-21 23:42:24 +02:00
15 lines
227 B
Markdown
15 lines
227 B
Markdown
# Development
|
|
|
|
## Build front container
|
|
|
|
```bash
|
|
docker compose up -d --force-recreate taiga-front
|
|
```
|
|
|
|
## Debug
|
|
|
|
Verify front configuration:
|
|
|
|
```bash
|
|
docker compose exec -it taiga-front cat /usr/share/nginx/html/conf.json
|
|
``` |