mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Merge pull request #756 from christyjacob4/swoole-and-functions
chore: append .appwrite to PYTHONPATH
This commit is contained in:
commit
6dd3875629
3 changed files with 4 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,4 +4,5 @@
|
|||
/tests/resources/storage/
|
||||
/.idea/
|
||||
.DS_Store
|
||||
.php_cs.cache
|
||||
.php_cs.cache
|
||||
debug/
|
||||
|
|
@ -374,7 +374,7 @@ class FunctionsV1
|
|||
|
||||
$executionStart = \microtime(true);
|
||||
$executionTime = \time();
|
||||
|
||||
|
||||
$exitCode = Console::execute("docker run \
|
||||
-d \
|
||||
--entrypoint=\"\" \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
Loading…
Reference in a new issue