This commit is contained in:
Jack Kingsman
2026-03-08 12:10:04 -07:00
parent 43e38ecc5b
commit 7ac220aee1

View File

@@ -5,6 +5,10 @@ ARG COMMIT_HASH=unknown
WORKDIR /build
RUN apt-get update \
&& apt-get install -y --no-install-recommends git \
&& rm -rf /var/lib/apt/lists/*
COPY frontend/package.json ./
RUN npm install