Initial files
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:slim
|
||||
|
||||
|
||||
RUN pip install aiohttp
|
||||
|
||||
|
||||
COPY src /src
|
||||
COPY test /test
|
||||
|
||||
CMD [ "python", "/src/main.py"]
|
||||
|
Reference in New Issue
Block a user