From 2ca5d5e1278b8e73465ae2fde5a6ac5691b48a9d Mon Sep 17 00:00:00 2001 From: Jason Kai Date: Mon, 14 Nov 2022 18:18:32 -0500 Subject: [PATCH] update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a4f994..3c324fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM python:3.9-slim-buster -MAINTAINER +MAINTAINER +# Copy repo files COPY . . +# Install python requirements RUN pip install --no-cache-dir .