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/* \
|
||||
|
||||
RUN pip install --upgrade \
|
||||
pip \
|
||||
poetry \
|
||||
|
||||
RUN poetry update \
|
||||
&& \
|
||||
poetry install \
|
||||
pip poetry \
|
||||
&& poetry install \
|
||||
|
||||
CMD python -m backend
|
||||
|
Loading…
Reference in New Issue
Block a user