Skip to content

Commit a143e48

Browse files
committed
Update preliminary deployment steps in README
Signed-off-by: Lilly Rose Berner <[email protected]>
1 parent 8342fbc commit a143e48

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

echo/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
Run development environment:
44

55
```sh
6-
PROFILE=dev sh -c 'docker compose up --watch'
6+
cp example.config.json config.json
7+
vim config.json # Edit to your liking
8+
9+
PROFILE=dev sh -c 'docker compose up --build --watch'
710
```
11+
12+
To run a production-like setup instead run `docker compose up`.

0 commit comments

Comments
 (0)