Update docker/Dockerfile
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user