[WEB-6506] feat: adding new plane cli to run management commands (#6161)

* feat: adding new plane cli to run management commands

* fix: docker file changes

* fix: module imports

* Use manage.py directly for the standalone plane command

---------

Co-authored-by: Dheeraj Kumar Ketireddy <[email protected]>
This commit is contained in:
sriram veeraghanta
2026-03-09 22:18:23 +05:30
committed by GitHub
co-authored by Dheeraj Kumar Ketireddy
parent e727b51f81
commit 625e859ddf
5 changed files with 27 additions and 1 deletions
+4
View File
@@ -44,10 +44,14 @@ RUN apk add --no-cache --virtual .build-deps \
# Add in Django deps and generate Django's static files
COPY manage.py manage.py
COPY pyproject.toml pyproject.toml
COPY plane plane/
COPY templates templates/
COPY package.json package.json
# Install the package to register the `plane` console script
RUN pip install --no-deps --no-cache-dir .
RUN apk --no-cache add "bash~=5.2"
COPY ./bin ./bin/