This commit is contained in:
SergeantPanda 2025-05-09 08:23:42 -05:00
parent 60a8bed65a
commit d6637d30a6

View file

@ -1,3 +1,8 @@
# Define base image build arguments (must be before any FROM)
ARG REPO_OWNER=dispatcharr
ARG REPO_NAME=dispatcharr
ARG BASE_TAG=base
# --- Build frontend ---
FROM node:20 AS frontend-builder
WORKDIR /app/frontend