mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
poetry version to logs
This commit is contained in:
parent
c0f0124776
commit
5053ed9d70
@ -47,7 +47,7 @@ RUN if [ "$USER" != "root" ]; then \
|
|||||||
COPY --chown="$USER":"$USER" ./poetry.lock ./pyproject.toml /app/
|
COPY --chown="$USER":"$USER" ./poetry.lock ./pyproject.toml /app/
|
||||||
|
|
||||||
# Installing requirements
|
# Installing requirements
|
||||||
RUN poetry version \
|
RUN poetry --version \
|
||||||
&& poetry run pip install -U pip \
|
&& poetry run pip install -U pip \
|
||||||
&& poetry install \
|
&& poetry install \
|
||||||
$(if [ "$USER" != 'root' ]; then echo '--no-dev'; fi) \
|
$(if [ "$USER" != 'root' ]; then echo '--no-dev'; fi) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user