Skip to content

Commit 591e521

Browse files
committed
instructions for Docker #212
1 parent ccf1530 commit 591e521

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ We've used this `builderbook` project to build [saas](https://github.com/async-l
2929
- [Built with](#built-with)
3030
- [Core stack](#core-stack)
3131
- [Third party APIs](#third-party-apis)
32+
- [Docker](#docker)
3233
- [Contributing](#contributing)
3334
- [Team](#team)
3435
- [License](#license)
@@ -429,6 +430,11 @@ Book-detail page for Admin user:
429430

430431
Check out [package.json](https://github.com/builderbook/builderbook/blob/master/package.json).
431432

433+
## Docker
434+
- Install Docker (Ubuntu instructions: https://phoenixnap.com/kb/how-to-install-docker-on-ubuntu-18-04)
435+
- Modify `docker-compose-dev.yml` file
436+
- If using Ubuntu, follow these steps: https://stackoverflow.com/questions/38775954/sudo-docker-compose-command-not-found
437+
- Start app with `docker-compose -f docker-compose-dev.yml up`
432438

433439
## Contributing
434440
We welcome suggestions and pull requests, especially for [issues](https://github.com/builderbook/builderbook/issues) labeled as `discussion` and `contributions welcome`.

0 commit comments

Comments
 (0)