don't use --linkin COPY

This commit is contained in:
mauwii 2023-02-07 06:00:40 +01:00 committed by Matthias Wild
parent b1612afff4
commit bde94347d3

View File

@ -59,7 +59,7 @@ RUN --mount=type=cache,target=${PIP_CACHE_DIR},id=pip-${CONTAINER_FLAVOR} \
--upgrade-deps
# copy sources
COPY --link . .
COPY . .
# install pyproject.toml
ARG PIP_EXTRA_INDEX_URL