@@ -0,0 +1,4 @@
{
"schemaVersion": 2,
"dockerfilePath": "./docker"
}
@@ -0,0 +1,10 @@
FROM python:3
ADD main.py /
ADD database.py /
ADD Feed.py /
RUN pip install requirements.txt
CMD ["python", "./main.py"]
The note is not visible to the blocked user.