fixup
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 1m28s

This commit is contained in:
Clemens Hering
2025-11-11 06:29:14 +01:00
parent d0292ac192
commit f3984f8b57

View File

@@ -8,7 +8,7 @@ WORKDIR /app
COPY package*.json ./
# Install all deps (inkl. dev)
RUN --mount=type=cache,target=/root/.npm npm ci
RUN --mount=type=cache,target=/root/.npm npm install && npm ci
# Copy app source and build
COPY . .