mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-20 16:51:10 +00:00
Back to NPM but use ignore scripts and rebuild.
This commit is contained in:
parent
3381cb8695
commit
7a67479e38
1 changed files with 3 additions and 3 deletions
|
|
@ -44,9 +44,9 @@ RUN cd /app && \
|
|||
FROM node:20-slim AS frontend-builder
|
||||
WORKDIR /app/frontend
|
||||
COPY --from=builder /app /app
|
||||
RUN corepack enable && corepack prepare yarn@stable --activate && \
|
||||
yarn install && \
|
||||
yarn build && \
|
||||
RUN npm install --ignore-scripts && \
|
||||
npm rebuild && \
|
||||
npm run build && \
|
||||
find . -maxdepth 1 ! -name '.' ! -name 'dist' -exec rm -rf '{}' \;
|
||||
|
||||
FROM python:3.13-slim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue