This commit is contained in:
kamonwan taengsuk
2023-08-02 13:57:37 +07:00
parent 3915b0f0ab
commit 2a2c8d390d

View File

@@ -5,7 +5,7 @@ RUN dotnet restore --configfile nuget.config
RUN dotnet build
RUN dotnet publish -o /publish --configuration Release;
FROM registry.71dev.com/dotnetsdk:3.1
FROM registry.71dev.com/dotnetaspnet:3.1
COPY . .
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --no-install-recommends apt-utils
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y fontconfig