Updated docs: bash instead of sh

This commit is contained in:
Michael Mayer 2018-03-26 06:38:02 +02:00
parent 48ac7ff054
commit c04d33da58

View File

@ -39,7 +39,7 @@ docker-compose up
**Step 3:** Open a terminal to run commands and unit tests:
```
docker-compose exec photoprism sh
docker-compose exec photoprism bash
dep ensure
go test
go build cmd/photoprism/photoprism.go