mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-09 18:06:22 +00:00
Add expose
This commit is contained in:
parent
f85f7ed511
commit
fb6f521e2b
1 changed files with 1 additions and 0 deletions
|
@ -12,5 +12,6 @@ RUN dotnet publish "SteamOpenIdConnectProvider.csproj" -c Release -o /app
|
|||
FROM mcr.microsoft.com/dotnet/core/aspnet:3.0 AS base
|
||||
WORKDIR /app
|
||||
COPY --from=publish /app .
|
||||
EXPOSE 80
|
||||
HEALTHCHECK CMD curl --fail http://localhost/health || exit 1
|
||||
ENTRYPOINT ["dotnet", "SteamOpenIdConnectProvider.dll"]
|
||||
|
|
Loading…
Reference in a new issue