From 9de9eb40db9fab0c2f51f363df6f93471c9e802c Mon Sep 17 00:00:00 2001 From: MartenBE Date: Thu, 30 Jul 2020 21:03:47 +0200 Subject: [PATCH] Updated docker/README.md to linus paths --- docker/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 8822982..473e4ec 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,4 +1,7 @@ -Use `docker-compose -f .\docker\docker-compose.yml up --build` in the project root. +Use `docker-compose -f ./docker/docker-compose.yml up --build` in the project root to start both pyshelf and the database. + +Use `docker build -t pyshelf -f ./docker/Dockerfile .` in the project root to build the pyshelf image. + Make sure the following files are in sync: * config.json * pyshelf_nginx.conf