Skip to content

Commit

Permalink
fix: fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nidbCN committed Jan 23, 2025
1 parent c8c5e8c commit 48119ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ WORKDIR /app
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
ARG BUILD_CONFIGURATION=Release
WORKDIR /src
COPY ["AliCdnSSLWorker/AliCdnSSLWorker.csproj", "AliCdnSSLWorker"]
COPY ["AliCdnSSLWorker/AliCdnSSLWorker.csproj", "AliCdnSSLWorker/"]
COPY ["AliCdnSSLWorker.Test/AliCdnSSLWorker.Test.csproj", "AliCdnSSLWorker.Test/"]
RUN dotnet restore "./AliCdnSSLWorker/AliCdnSSLWorker.csproj"
COPY . .
WORKDIR "/src/."
Expand Down

0 comments on commit 48119ce

Please sign in to comment.