From b6421f73b62e563ee8df06979a87b0c0db6d86de Mon Sep 17 00:00:00 2001 From: Joe Biellik Date: Sat, 4 Jul 2020 20:57:38 +0100 Subject: [PATCH] Improve instructions --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 595afca..b48e07e 100644 --- a/README.md +++ b/README.md @@ -62,15 +62,19 @@ $ curl -F 'paste=My paste' 'https://paste.fyi/?expire=120&shell' docker-compose run -e NODE_ENV= --rm --no-deps app npm install ``` -3. Start app and watch for changes: +3. Start the app and watch for changes: ```sh docker-compose run -e NODE_ENV= --rm --service-ports app npm run watch ``` ## Deployment -1. Configure `config/docker.json` with any custom settings +1. Follow the first two development steps. -2. Start the production database and Node.js server: +2. Configure `config/docker.json` with any custom setting overrides + +3. Configure `docker-compose.yml` with Docker options and ports to use + +4. Start the production database and Node.js server: ```sh docker-compose up ```