You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,12 +79,12 @@ The `bootstrap` folder contains the site scss file (optimism.scss) and a subfold
79
79
For production we're running the `api` and `website` components as separate Docker containers, with an off-the-shelf Postgres container to provide the database.
80
80
81
81
Their interactions are orchestrated with `docker compose`, so getting it running should just be a case of running:
82
-
* `docker-compose build`
83
-
* `docker-compose up`
82
+
* `dockercompose build`
83
+
* `dockercompose up`
84
84
85
85
For the email username and password, the docker compose setup expects two files `email_user` and `email_pass` in the root folder.
86
86
87
-
To run any database migrations, once things are running then run: `docker-compose exec api npx knex migrate:latest --env production`
87
+
To run any database migrations, once things are running then run: `dockercompose exec api npx knex migrate:latest --env production`
88
88
89
89
Any time things are pushed to the `master` branch, the [live site will automatically deploy the new version](https://github.com/DoESLiverpool/optimism/issues/48).
0 commit comments