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