From 7ba473ea0bdfe148c60e1f000829d832c8b8544b Mon Sep 17 00:00:00 2001 From: chabad360 Date: Wed, 1 Aug 2018 13:16:12 -0700 Subject: [PATCH] fixed path isssue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a460a7d0..cf31db7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN pip install -e bench-repo RUN apt-get install -y libmysqlclient-dev mariadb-client mariadb-common RUN npm install -g yarn RUN chown -R frappe:frappe /home/frappe -ENV PATH /home/frappe/.local/bin +ENV PATH /home/frappe/.local/bin:$PATH USER frappe WORKDIR /home/frappe/frappe-bench