Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
MG-405 updating build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo committed Sep 11, 2017
1 parent f7d2185 commit 4cb9464
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@

# Building from source (You probably don't need to do that)

$ docker-compose up --force-recreate prod-api-build-bk && docker-compose build prod-build-bk
```bash
$ docker-compose up --abort-on-container-exit --force-recreate prod-api-build-bk && \
docker-compose build prod-build-bk
```

Then

Expand Down

0 comments on commit 4cb9464

Please # to comment.