diff --git a/Dockerfile b/Dockerfile index 72d443c..05a48d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.11 -# +## ADD hello / COPY requirements.txt . RUN pip install -r requirements.txt