Skip to content

Commit 70a9672

Browse files
authored
Update instructions for running docker container for development.
This confused me and Estelle, resulting in phantom bugs.
1 parent b40dbc8 commit 70a9672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Docker. In Docker Desktop, this can be configured under Settings > Resources >
109109

110110
To start the application, run
111111
```
112-
docker-compose -f docker-compose-dev.yml up -d
112+
docker-compose -f docker-compose-dev.yml up --build -d
113113
```
114114

115115
Docker integration can also be configured in IDEs like PyCharm.

0 commit comments

Comments
 (0)