mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Add verbose logs when outputing yarn install steps
This commit is contained in:
@@ -33,7 +33,7 @@ ENV PYTHONPATH=/app/src:$PYTHONPATH
|
|||||||
|
|
||||||
# Go to the directory src/interface/web and export the built Next.js assets
|
# Go to the directory src/interface/web and export the built Next.js assets
|
||||||
WORKDIR /app/src/interface/web
|
WORKDIR /app/src/interface/web
|
||||||
RUN bash -c "yarn install && yarn ciexport"
|
RUN bash -c "yarn install --verbose && yarn ciexport"
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Run the Application
|
# Run the Application
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ ENV PYTHONPATH=/app/src:$PYTHONPATH
|
|||||||
|
|
||||||
# Go to the directory src/interface/web and export the built Next.js assets
|
# Go to the directory src/interface/web and export the built Next.js assets
|
||||||
WORKDIR /app/src/interface/web
|
WORKDIR /app/src/interface/web
|
||||||
RUN bash -c "yarn install && yarn ciexport"
|
RUN bash -c "yarn install --verbose && yarn ciexport"
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Run the Application
|
# Run the Application
|
||||||
|
|||||||
Reference in New Issue
Block a user