modified: Dockerfile
This commit is contained in:
parent
30004f4760
commit
004aefa206
|
@ -9,10 +9,11 @@ RUN apt-get install python3-poetry -y
|
|||
|
||||
RUN poetry -vvv --version
|
||||
|
||||
COPY . ${WORKING_DIR}
|
||||
COPY pyproject.toml .
|
||||
|
||||
COPY pyproject.toml poetry.lock ./
|
||||
RUN poetry install
|
||||
|
||||
COPY . ${WORKING_DIR}
|
||||
|
||||
RUN poetry run task build
|
||||
|
||||
CMD ["poetry", "run", "task", "start"]
|
Loading…
Reference in New Issue