ln files
This commit is contained in:
parent
a550d156d2
commit
8204f47e72
|
@ -9,7 +9,7 @@ RUN apt-get install python3-poetry -y
|
|||
|
||||
RUN poetry -vvv --version
|
||||
|
||||
COPY ../pyproject.toml ../poetry.lock ./
|
||||
COPY pyproject.toml poetry.lock ./
|
||||
RUN poetry install
|
||||
|
||||
COPY . ${WORKING_DIR}
|
||||
|
|
Loading…
Reference in New Issue