Merge pull request #756 from christyjacob4/swoole-and-functions

chore: append .appwrite to PYTHONPATH
This commit is contained in:
Eldad A. Fux 2020-12-06 21:36:27 +02:00 committed by GitHub
commit 6dd3875629
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View file

@ -4,4 +4,5 @@
/tests/resources/storage/
/.idea/
.DS_Store
.php_cs.cache
.php_cs.cache
debug/

View file

@ -374,7 +374,7 @@ class FunctionsV1
$executionStart = \microtime(true);
$executionTime = \time();
$exitCode = Console::execute("docker run \
-d \
--entrypoint=\"\" \

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"