🎉 init
This commit is contained in:
commit
7bf48daab5
10 changed files with 297 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM python:3
|
||||
|
||||
COPY requirements.txt /
|
||||
|
||||
RUN pip3 install -r /requirements.txt
|
||||
|
||||
VOLUME /config
|
||||
|
||||
COPY src /app
|
||||
|
||||
CMD [ "python3", "/app/main.py" ]
|
Loading…
Add table
Add a link
Reference in a new issue