Skip to content

Commit

Permalink
Gebruik compose file watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Derkades committed Jan 23, 2025
1 parent 9213d40 commit 58bd564
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Zorg dat je `docker-ce` met `docker-compose-plugin` (v2) hebt geïnstalleerd.

```
BUILDKIT_PROGRESS=plain docker compose up --build --force-recreate
docker compose up --build --force-recreate --watch
```

Server is nu toegankelijk op http://localhost:8080
4 changes: 4 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ services:
wiki:
build: .
ports: ['8080:8080']
develop:
watch:
- action: rebuild
path: ./docs

0 comments on commit 58bd564

Please sign in to comment.