From 04d45504634fa2172514b14562172733d66006da Mon Sep 17 00:00:00 2001 From: Izel Levy Date: Thu, 8 Feb 2024 18:49:48 +0200 Subject: [PATCH] Fix the docker build (#283) * Fix docker build * Fix the build --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 471ad0e9..cd042651 100644 --- a/Dockerfile +++ b/Dockerfile @@ -121,7 +121,6 @@ COPY --from=builder-base /app/pyproject.toml pyproject.toml COPY --from=builder-base /app/poetry.lock poetry.lock COPY src/ src/ -COPY config/ config/ RUN touch README.md ARG POETRY_INSTALL_ARGS RUN poetry install --only-root $POETRY_INSTALL_ARGS