dockerfile: alignment

This commit is contained in:
Artur Tamborski 2019-10-20 18:49:06 +02:00
parent 7d6a8c67f3
commit 5f5a38511d

View File

@ -12,12 +12,8 @@ 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