diff --git a/Dockerfile b/Dockerfile index b3853d0..2903d51 100755 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app/web COPY Web/ ./ RUN npm ci 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 FROM mcr.microsoft.com/dotnet/sdk:8.0 AS api-build