mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: append .appwrite to python enviroment
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
43
|
||||
@@ -0,0 +1 @@
|
||||
*** Starting scheduler worker
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user