Copy over README to stop poetry complaining
This commit is contained in:
parent
5b463a6f79
commit
2b8033dfb2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ ENV PATH="${POETRY_HOME}/bin:${PATH}"
|
|||
|
||||
|
||||
WORKDIR ${APP_PATH}
|
||||
COPY ./poetry.lock ./pyproject.toml ./
|
||||
COPY ./poetry.lock ./pyproject.toml ./README.md ./
|
||||
COPY ./${APP_NAME} ./${APP_NAME}
|
||||
|
||||
# --------------
|
||||
|
|
Loading…
Reference in a new issue