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
|
WORKDIR /app/web
|
||||||
COPY Web/ ./
|
COPY Web/ ./
|
||||||
RUN npm ci
|
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
|
RUN ls /app/web/dist/Web/browser
|
||||||
|
|
||||||
# Build .NET Api app
|
# Build .NET Api app
|
||||||
|
|||||||
Reference in New Issue
Block a user