copy cv_analysis folder, not only files

This commit is contained in:
francisco.schulz 2023-06-19 11:25:07 +02:00
parent 441814f201
commit 335da13cb5

View File

@ -20,7 +20,8 @@ ENV PATH="$POETRY_HOME/bin:$PATH"
RUN curl -sSL https://install.python-poetry.org | python3 -
COPY ./data ./data
COPY pyproject.toml poetry.lock ./src ./cv_analysis ./
COPY ./cv_analysis ./cv_analysis
COPY pyproject.toml poetry.lock ./src ./
RUN ls -hal
RUN echo "${USERNAME} ${TOKEN} ${PYPI_REGISTRY_RED} ${POETRY_SOURCE_REF_RED} "