fix: update output path for Angular build in Dockerfile
This commit is contained in:
@@ -3,7 +3,7 @@ FROM node:24 AS web-build
|
||||
WORKDIR /app/web
|
||||
COPY Web/ ./
|
||||
RUN npm ci
|
||||
RUN npm run build -- --output-path=dist/Web/browser
|
||||
RUN npm run build -- --output-path=dist/Web
|
||||
RUN ls /app/web/dist/Web/browser
|
||||
|
||||
# Build .NET Api app
|
||||
|
||||
Reference in New Issue
Block a user