Skip to content

Commit 89945b5

Browse files
authored
Merge pull request #153 from VariantEffect/release-2023.5.1
Update instructions for running docker container for development.
2 parents b40dbc8 + 70a9672 commit 89945b5

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)