Switch from slim build to full build of node 24.

This commit is contained in:
SergeantPanda 2025-09-28 09:30:26 -05:00
parent db5713a050
commit 19f0088b40

View file

@ -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