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
e613eba37c
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