From cce87347d6ae984484e2a53daa3af9630393ec8d Mon Sep 17 00:00:00 2001 From: Jake Heath Date: Wed, 1 May 2024 13:41:38 -0700 Subject: [PATCH] feature --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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