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