From 6ff62d2ae726ca0da9a71cb403e243452739f171 Mon Sep 17 00:00:00 2001 From: Moises Tapia Date: Sun, 26 Jul 2020 10:18:34 -0500 Subject: [PATCH] Update --- Docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/README.md b/Docker/README.md index 94ac9b5..79f323c 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -46,7 +46,7 @@ docker-compose exec hidden python3 HiddenEye.py # Persist Data When we make or buils the service with `docker-compose up --build -d` this persist the data templates in the same folder `WebTemplate`. -If you add the new Template in `WbeTemplate` this will be reflected in the container and yoi can use it. +If you add the new Template in `WbeTemplate` this will be reflected in the container and you can use it. To add WebTemplate you juste need add them in this folder and done - [X] `equinockx~/Webtemplate$ cp * Docker/Webtemplate`