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 .