1
0
mirror of https://github.com/fspc/biketree.git synced 2025-02-28 11:33:24 -05:00

Corrects typo, compost to compose :)

This commit is contained in:
Jonathan Rosenbaum 2017-09-07 03:21:50 +00:00
parent 37cd07b153
commit 65d2f8033d

View File

@ -13,6 +13,6 @@ Password: password
```
cd docker;
docker-compose -p biketree build;
docker-compost -p biketree up -d;
docker-compose -p biketree up -d;
```