diff --git a/Dockerfile b/Dockerfile index b1cdc4f9d..d0d3f5449 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get update -y && \ ln -s /opt/poetry/bin/poetry && \ poetry config virtualenvs.create false -COPY ./pyproject.toml ./app/poetry.lock* /app/ +COPY ./pyproject.toml ./app/poetry.lock* ./ COPY ./mealie /app RUN poetry install --no-root --no-dev