use asp.net in dockerfile
This commit is contained in:
parent
1edb1dc835
commit
21a9fca745
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ FROM build AS publish
|
|||
ARG BUILD_CONFIGURATION=Release
|
||||
RUN dotnet publish "VRCAuthProxy.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
|
||||
|
||||
FROM base AS final
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS final
|
||||
WORKDIR /app
|
||||
COPY --from=publish /app/publish .
|
||||
ENTRYPOINT ["dotnet", "VRCAuthProxy.dll"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue