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