From adaa667c508ce857ae7c7a8d48cc1f8b3e0f8bda Mon Sep 17 00:00:00 2001 From: very-doge-wow Date: Sat, 29 Jul 2023 12:13:28 +0200 Subject: [PATCH] refactor: smaller image --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d60be90..d380630 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,9 @@ USER root WORKDIR app -COPY . . +COPY reader ./reader/ +COPY writer ./writer/ +COPY stella.py Pipfile Pipfile.lock ./ RUN pip install pipenv && \ pipenv install --system --deploy && \