diff --git a/docker/Dockerfile b/docker/Dockerfile index ec357492..bfa4810c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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)