forgot to revert dockerfile as well
This commit is contained in:
parent
cb8b4b5f0c
commit
3b31613bf8
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ ARG BUILD_CONFIGURATION=Release
|
|||
RUN dotnet publish "VRCAuthProxy.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS final
|
||||
COPY --from=mcr.microsoft.com/dotnet/aspnet:7.0 /etc/ssl/openssl.cnf /etc/ssl/openssl.cnf
|
||||
WORKDIR /app
|
||||
COPY --from=publish /app/publish .
|
||||
ENTRYPOINT ["dotnet", "VRCAuthProxy.dll"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue