Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Nov 4, 2022
1 parent 9955d62 commit 558c7ad
Showing 1 changed file with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,19 @@ Since hooks are run locally, you can modify which scripts are run before each co

### Docker

Before building the Docker container, run
Development requires a local installation of [Docker](https://docs.docker.com/install/)
and [Docker Compose](https://docs.docker.com/compose/install/).

Before building the Docker container, copy over the .env settings
```bash
mv env.example .env
cp env.example .env
```

Development requires a local installation of [Docker](https://docs.docker.com/install/)
and [Docker Compose](https://docs.docker.com/compose/install/).
Build the app and run it to trigger migrations:

```bash
docker-compose up --build
```

To populate the starter content for the CMS, run:

Expand Down

0 comments on commit 558c7ad

Please sign in to comment.