dockerfile
This commit is contained in:
parent
d66d9940bf
commit
c3f940fd7b
@ -7,7 +7,7 @@ ENV ASPNETCORE_ENVIRONMENT=Production
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
|
||||
# WORKDIR /src
|
||||
COPY ["JiShe.CollectBus.sln", "."]
|
||||
COPY ["JiShe.CollectBus.Main.sln", "."]
|
||||
COPY ["common.props", "."]
|
||||
COPY ["NuGet.Config", "."]
|
||||
COPY ["web/", "web/"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user