mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +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
|
||||
WORKDIR /app/src/interface/web
|
||||
RUN bash -c "yarn install && yarn ciexport"
|
||||
RUN bash -c "yarn install --verbose && yarn ciexport"
|
||||
WORKDIR /app
|
||||
|
||||
# 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
|
||||
WORKDIR /app/src/interface/web
|
||||
RUN bash -c "yarn install && yarn ciexport"
|
||||
RUN bash -c "yarn install --verbose && yarn ciexport"
|
||||
WORKDIR /app
|
||||
|
||||
# Run the Application
|
||||
|
||||
Reference in New Issue
Block a user