diff --git a/Dockerfile b/Dockerfile index 7388b0e..4c79db0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.11 -##### +###### ADD hello / COPY requirements.txt . RUN pip install -r requirements.txt