This commit is contained in:
parent
65c4ae2ea0
commit
6b7b20d915
|
|
@ -1,5 +1,5 @@
|
||||||
FROM tiangolo/uwsgi-nginx-flask:python3.7
|
FROM tiangolo/uwsgi-nginx-flask:python3.7
|
||||||
COPY requirements.txt /requirements.txt
|
COPY requirements.txt /requirements.txt
|
||||||
RUN pip install -r /requirements.txt
|
RUN pip install -r /requirements.txt
|
||||||
COPY ./main.py /app
|
COPY ./app.py /app
|
||||||
COPY ./urlchecker.py /app
|
COPY ./urlchecker.py /app
|
||||||
|
|
@ -1 +1,4 @@
|
||||||
Flask-URL-Checker
|
Flask-URL-Checker
|
||||||
|
|
||||||
|
### Google.de:
|
||||||
|

|
||||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
Loading…
Reference in New Issue