Update readme instructions for new docker setup
This commit is contained in:
parent
196775d5eb
commit
30135e53be
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue