Update docker/Dockerfile

This commit is contained in:
2026-07-22 06:18:26 +00:00
parent 6220134f17
commit 792dd1eb76
+1 -1
View File
@@ -5,7 +5,7 @@ WORKDIR /app
# Copy package files
COPY package.json package-lock.json ./
# Install dependencies (cached if package files haven't changed)
# Install dependencies
RUN npm ci
# Copy the rest of the code (including the environment.ts injected by Gitea Actions)