2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Fix for tasks.py - docker (#6380)

* Instrument tasks.py

* Enforce no_frontend

* Run docker CI step if tasks.py changes
This commit is contained in:
Oliver
2024-02-01 12:25:24 +11:00
committed by GitHub
parent e85dd73f62
commit e1e63fa644
3 changed files with 10 additions and 2 deletions

View File

@ -13,9 +13,9 @@ ARG base_image=python:3.10-alpine3.18
FROM ${base_image} as inventree_base
# Build arguments for this image
ARG commit_tag=""
ARG commit_hash=""
ARG commit_date=""
ARG commit_tag=""
ENV PYTHONUNBUFFERED 1
ENV PIP_DISABLE_PIP_VERSION_CHECK 1