Skip to content

Commit

Permalink
Update README.md regarding docker compose production
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Duvivier committed Jan 5, 2025
1 parent 30f1cd6 commit edc6cca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,19 @@ Also the `public` directory and `package.json` and `package-lock.json` will
be copied.

To start:
First clean up the previous containers.

```bash
docker compose --file docker-compose.production.yml down
```

Then build the docker api container.

```bash
docker compose --file docker-compose.production.yml build
```

Then start the docker containers.

```bash
docker compose --file docker-compose.production.yml up --detach
Expand Down

0 comments on commit edc6cca

Please sign in to comment.