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
|
RUN poetry -vvv --version
|
||||||
|
|
||||||
COPY . ${WORKING_DIR}
|
COPY pyproject.toml poetry.lock ./
|
||||||
COPY pyproject.toml .
|
|
||||||
|
|
||||||
RUN poetry install
|
RUN poetry install
|
||||||
|
|
||||||
|
COPY . ${WORKING_DIR}
|
||||||
|
|
||||||
RUN poetry run task build
|
RUN poetry run task build
|
||||||
|
|
||||||
CMD ["poetry", "run", "task", "start"]
|
CMD ["poetry", "run", "task", "start"]
|
Loading…
Reference in New Issue