Update docker/Dockerfile

This commit is contained in:
2026-07-24 10:56:02 +00:00
parent 792dd1eb76
commit 270e99eb86
+1 -1
View File
@@ -8,7 +8,7 @@ COPY package.json package-lock.json ./
# Install dependencies # Install dependencies
RUN npm ci RUN npm ci
# Copy the rest of the code (including the environment.ts injected by Gitea Actions) # Copy the rest of the code
COPY . . COPY . .
# Build the Angular app for production # Build the Angular app for production