use asp.net image

This commit is contained in:
Kieran 2024-01-13 20:36:40 +00:00
parent bf864d2984
commit 4106b01c40
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -1,6 +1,8 @@
FROM mcr.microsoft.com/dotnet/runtime:8.0 AS base
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER $APP_UID
WORKDIR /app
EXPOSE 8080
EXPOSE 8081
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release