Initial commit
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM python:3
|
||||
RUN pip3 install motor sanic
|
||||
ADD wildduck_exporter.py /wildduck_exporter.py
|
||||
ENTRYPOINT /wildduck_exporter.py
|
Reference in New Issue
Block a user