[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:
co-authored by
Dheeraj Kumar Ketireddy
parent
e727b51f81
commit
625e859ddf
@@ -46,10 +46,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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user