Skip to content

Commit 769cb59

Browse files
committed
added build step
1 parent 48eed28 commit 769cb59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ The simplest local development workflow is by using docker.
8181
> Steps
8282
8383
1. Install Docker
84-
2. Run `docker-compose up` (This runs tests by default)
84+
2. Run `docker-compose build` (This builds the container)
85+
3. Run `docker-compose up` (This runs tests by default)
8586

8687
<a name="about"></a>
8788
# About

0 commit comments

Comments
 (0)