dockerfile: alignment
This commit is contained in:
parent
7d6a8c67f3
commit
5f5a38511d
@ -13,11 +13,7 @@ RUN apt update && apt install -y \
|
|||||||
rm -rf /var/lib/apt/lists/* \
|
rm -rf /var/lib/apt/lists/* \
|
||||||
|
|
||||||
RUN pip install --upgrade \
|
RUN pip install --upgrade \
|
||||||
pip \
|
pip poetry \
|
||||||
poetry \
|
&& poetry install \
|
||||||
|
|
||||||
RUN poetry update \
|
|
||||||
&& \
|
|
||||||
poetry install \
|
|
||||||
|
|
||||||
CMD python -m backend
|
CMD python -m backend
|
||||||
|
Loading…
Reference in New Issue
Block a user