Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Jan 25, 2025
1 parent 713cb97 commit 49351ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Parlance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ WORKDIR "/src/Parlance"
RUN dotnet build "Parlance.csproj" -c Release -o /app/build

FROM build AS publish
RUN mkdir -p ~/.aspnet/https
RUN dotnet publish "Parlance.csproj" -c Release -o /app/publish
RUN ls /app/publish/wwwroot

Expand Down

0 comments on commit 49351ca

Please sign in to comment.