1
0
Fork 0
mirror of synced 2024-05-20 20:52:36 +12:00

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

View file

@ -374,8 +374,6 @@ class FunctionsV1
$executionStart = \microtime(true);
$executionTime = \time();
$environment['image'] = 'appwrite/env-php-7-4:1.0';
$exitCode = Console::execute("docker run \
-d \

1
debug/supervisord.pid Normal file
View file

@ -0,0 +1 @@
43

View file

@ -0,0 +1 @@
*** Starting scheduler worker

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"