chore: append .appwrite to python enviroment

This commit is contained in:
Christy Jacob
2020-12-06 23:43:53 +05:30
parent 31884d17b2
commit 1457d484bb
6 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ RUN mkdir /usr/local/src
WORKDIR /usr/local/src/
ENV PIP_TARGET=/usr/local/src/.appwrite
ENV PYTHONPATH "${PYTHONPATH}:/usr/local/src/.appwrite"