Skip to content

Commit

Permalink
Update prod startup command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Gessner authored and Jason Gessner committed Sep 29, 2024
1 parent 79e3e4d commit 4d4749a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ For local development, simply run `docker compose build` and `docker compose up
For production deployment, do the following, after a successful `docker login registry.digitalocean.com`:

* `docker compose pull`
* `docker compose up -d`
* `docker compose -f docker-compose.prod.yml -f docker-compose.yml up -d`

0 comments on commit 4d4749a

Please sign in to comment.