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
1ddd966b38
webhook
/
Dockerfile
12 lines
106 B
Docker
Raw
Normal View
History
Unescape
Escape
Initial files
2021-07-04 02:23:38 +00:00
FROM
python:slim
Add docker env. Remove test folder
2021-07-26 09:01:09 +00:00
ENV
DOCKER
=
1
Initial files
2021-07-04 02:23:38 +00:00
RUN
pip install aiohttp
COPY
src /src
CMD
[
"python"
,
"/src/main.py"
]