fixed zero to 0

This commit is contained in:
kamonwan taengsuk
2023-08-03 11:49:45 +07:00
parent d184ba62bb
commit 6c2b784439
98 changed files with 4434 additions and 39 deletions

View File

@@ -1,11 +1,11 @@
FROM mcr.microsoft.com/dotnet/sdk:5.0 as build-env
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 as build-env
WORKDIR /source
COPY . .
RUN dotnet restore --configfile nuget.config --disable-parallel
RUN dotnet build
RUN dotnet publish -o /publish --configuration Release;
FROM mcr.microsoft.com/dotnet/sdk:5.0
FROM mcr.microsoft.com/dotnet/aspnet: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