From 270e99eb869014315ffbd11417923c9d8131bade Mon Sep 17 00:00:00 2001 From: gitadmin Date: Fri, 24 Jul 2026 10:56:02 +0000 Subject: [PATCH] Update docker/Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index bfa4810c..fe142599 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,7 +8,7 @@ COPY package.json package-lock.json ./ # Install dependencies RUN npm ci -# Copy the rest of the code (including the environment.ts injected by Gitea Actions) +# Copy the rest of the code COPY . . # Build the Angular app for production