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 48eed28 commit 769cb59Copy full SHA for 769cb59
README.md
@@ -81,7 +81,8 @@ The simplest local development workflow is by using docker.
81
> Steps
82
83
1. Install Docker
84
-2. Run `docker-compose up` (This runs tests by default)
+2. Run `docker-compose build` (This builds the container)
85
+3. Run `docker-compose up` (This runs tests by default)
86
87
<a name="about"></a>
88
# About
0 commit comments