We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5483be9 commit c0504cdCopy full SHA for c0504cd
echo/README.md
@@ -4,9 +4,10 @@ Run development environment:
4
5
```sh
6
cp example.config.json config.json
7
-vim config.json # Edit to your liking
+vim config.json # Edit the config
8
9
-PROFILE=dev sh -c 'docker compose up --build --watch'
+# Run developemnt environment, then remove it again to prevent auto restarts
10
+PROFILE=dev sh -c 'docker compose up --build --watch && docker compose down'
11
```
12
13
To run a production-like setup instead run `docker compose up`.
0 commit comments