fix: reorder Dockerfile commands for improved build efficiency
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
# Build Angular Web app
|
||||
FROM node:24 AS web-build
|
||||
WORKDIR /app/web
|
||||
COPY Web/package*.json ./
|
||||
RUN npm ci
|
||||
COPY Web/ ./
|
||||
RUN npm ci
|
||||
RUN npm run build -- --output-path=dist/Web/browser
|
||||
|
||||
# Build .NET Api app
|
||||
|
||||
Reference in New Issue
Block a user