Update readme instructions for new docker setup

This commit is contained in:
Jake Howard 2022-07-28 19:24:16 +01:00
parent 196775d5eb
commit 30135e53be
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@
## Installation
This project handles commands using [`just`](https://github.com/casey/just).
This project handles commands using [`just`](https://github.com/casey/just), and the project runs in Docker.
1. `just install`
1. `just build`
2. Create [`.env` file](#env-file)
3. `just migrate`
4. `just start`
3. `just compose up -d`
4. `just compose run web just start`
### `.env` file