change docker file
Some checks failed
release-dev / release-dev (push) Failing after 12s

This commit is contained in:
Suphonchai Phoonsawat 2024-12-13 11:24:58 +07:00
parent 449e31ba2a
commit cc71cfbc38

View file

@ -35,7 +35,8 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src
# คัดลอกไฟล์ .csproj และ restore dependencies
COPY *.csproj ./
# COPY *.csproj ./
COPY . ./
RUN dotnet restore
# คัดลอกไฟล์ทั้งหมดและ build