mirror of
https://github.com/ValdikSS/blockcheck.git
synced 2026-09-14 11:05:48 +05:00
Create Dockerfile
This commit is contained in:
parent
33acd90203
commit
5ed833ccdf
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM python:3
|
||||
|
||||
ADD blockcheck.py /
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD [ "python", "./blockcheck.py" ]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user