fixed path isssue

This commit is contained in:
chabad360 2018-08-01 13:16:12 -07:00
parent ec4cd3e762
commit 7ba473ea0b

View file

@ -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