removed dockerfile

This commit is contained in:
Askill 2022-01-01 12:52:59 +01:00
parent efcf8a950e
commit 2c4faeeafd
1 changed files with 0 additions and 5 deletions

View File

@ -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