python custom plugin #13583
Unanswered
johndou-and-friends
asked this question in
Help
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
version : kong:3.7.1-ubuntu
i have a custom plugin written in python for kong but when i run the kong in the docker its return error :
my project project structure is:
│
└───py_auth
| └─── py_auth.py
|
└───Dockerfile
└───docker-compose.yml
└───requirements.txt
└───pluginserver.py
my docker file content:
pluginserver.py file
and my docker-compose content:
and my py_auth/py_auth.py content:
container logs
Beta Was this translation helpful? Give feedback.
All reactions