mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Switch from slim build to full build of node 24.
This commit is contained in:
parent
db5713a050
commit
19f0088b40
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ ARG REPO_NAME=dispatcharr
|
|||
ARG BASE_TAG=base
|
||||
|
||||
# --- Build frontend ---
|
||||
FROM node:24-slim AS frontend-builder
|
||||
FROM node:24 AS frontend-builder
|
||||
WORKDIR /app/frontend
|
||||
COPY ./frontend /app/frontend
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue