mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-08-04 15:52:58 +00:00
build
This commit is contained in:
parent
7dc3ed10cc
commit
38b113800c
1 changed files with 1 additions and 2 deletions
|
|
@ -3,9 +3,8 @@ FROM sergeantpanda/dispatcharr:base AS base
|
|||
|
||||
# --- Build frontend ---
|
||||
FROM node:20 AS frontend-builder
|
||||
WORKDIR /app
|
||||
COPY --from=base /app /app
|
||||
WORKDIR /app/frontend
|
||||
COPY ./frontend /app/frontend
|
||||
RUN corepack enable && corepack prepare yarn@stable --activate && \
|
||||
yarn install && yarn build && \
|
||||
rm -rf node_modules .cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue