removed dockerfile
This commit is contained in:
parent
efcf8a950e
commit
2c4faeeafd
|
|
@ -1,5 +0,0 @@
|
|||
FROM tiangolo/uwsgi-nginx-flask:python3.7
|
||||
COPY requirements.txt /requirements.txt
|
||||
RUN pip install -r /requirements.txt
|
||||
COPY ./app.py /app
|
||||
COPY ./urlchecker.py /app
|
||||
Loading…
Reference in New Issue