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