copy cv_analysis folder, not only files
This commit is contained in:
parent
441814f201
commit
335da13cb5
@ -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} "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user