Skip to content

Commit

Permalink
Disaple Python for AOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Del Rincón López committed Sep 27, 2023
1 parent 6945de5 commit 125e5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BlazorApp1/Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ COPY ["BlazorApp1.Data/BlazorApp1.Domain.csproj", "BlazorApp1.Data/"]
#RUN dotnet restore "BlazorApp1/Server/BlazorApp1.Server.csproj"
COPY . .
WORKDIR "/src/BlazorApp1/Server"
RUN apt-get update
RUN apt-get install -y python3
#RUN apt-get update
#RUN apt-get install -y python3
RUN dotnet build "BlazorApp1.Server.csproj" -c Release -o /app/build

FROM build AS publish
Expand Down

0 comments on commit 125e5b9

Please sign in to comment.