From a9d5cf4344bb1b36ab36cfb64c50ef8328a408cc Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 20 Feb 2019 15:32:04 +0100 Subject: [PATCH] Removed docker readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 06ecf42d..2162d8c7 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,6 @@ To install dependencies run `npm install` or `yarn` To start locally run `npm run dev` or `yarn run dev` To build the project run `npm run build` or `yarn run build` -## Docker -- Build `./scripts/docker-build.sh` -- Run `./scripts/docker-run.sh` - ## Project structure The project is divided into two parts - data that are used when compiling the project and data that aren't.