mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2026-02-03 11:20:56 +03:00
poetry version to logs
This commit is contained in:
@@ -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) \
|
||||||
|
|||||||
Reference in New Issue
Block a user