mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Get logs from yarn install if failed.
This commit is contained in:
parent
19f0088b40
commit
e281041458
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ COPY ./frontend /app/frontend
|
|||
|
||||
RUN corepack enable && corepack prepare yarn@stable --activate
|
||||
|
||||
RUN yarn install
|
||||
RUN yarn install || (find /tmp -name build.log -exec cat {} \; && exit 1)
|
||||
|
||||
RUN yarn build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue