Skip to content

Commit 3b8cf53

Browse files
committed
added docker build
1 parent 22fcfba commit 3b8cf53

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
@@ -110,7 +110,8 @@ The simplest local development workflow is by using docker.
110110
> Steps
111111
112112
1. Install Docker
113-
2. Run `docker-compose up` (This runs tests by default)
113+
2. Run `docker-compose build` (This builds the container)
114+
3. Run `docker-compose up` (This runs tests by default)
114115

115116
<a name="troubleshooting"></a>
116117
# Troubleshooting

0 commit comments

Comments
 (0)