@@ -0,0 +1,9 @@
FROM python:latest
WORKDIR /myapp
COPY requirements.txt .
RUN python requirements.txt
CMD ["python", "app.py"]
The note is not visible to the blocked user.