Update README.md

This commit is contained in:
Matthew Oros 2023-11-02 18:09:11 -04:00 committed by GitHub
parent eb0a277982
commit 10257d8203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,18 @@ node build
### Docker
Copy the example docker compose file
```bash
# pwd web/
cp docker/docker-compose.example.yml ./docker-compose.yml
```
Fill out `.env` file
```bash
cp .env.example .env
```
Run the container
```bash
docker compose up --build
```