fix: correct path for listing contents of build output directory in Dockerfile
This commit is contained in:
@@ -4,7 +4,7 @@ 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/browser
|
||||||
RUN ls dist/Web/browser
|
RUN ls /app/web/dist/Web/browser
|
||||||
|
|
||||||
# Build .NET Api app
|
# Build .NET Api app
|
||||||
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS api-build
|
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS api-build
|
||||||
|
|||||||
Reference in New Issue
Block a user