This website requires JavaScript.
Explore
Help
Sign In
python
/
webhook
Watch
1
Star
0
Fork
You've already forked webhook
0
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
914f1c4fbf
webhook
/
Dockerfile
12 lines
106 B
Docker
Raw
Blame
History
FROM
python:slim
ENV
DOCKER
=
1
RUN
pip install aiohttp
COPY
src /src
CMD
[
"python"
,
"/src/main.py"
]
Reference in New Issue
View Git Blame
Copy Permalink