init
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:latest
|
||||
|
||||
RUN pip install requests
|
||||
COPY get_server.py get_server.py
|
||||
RUN chmod +x get_server.py
|
||||
WORKDIR /downloads
|
||||
|
||||
CMD [ "/get_server.py" ]
|
||||
ENTRYPOINT ["python"]
|
||||
Reference in New Issue
Block a user