diff --git a/ConnectorService/Dockerfile b/ConnectorService/Dockerfile index 24bc7ff..345de3f 100644 --- a/ConnectorService/Dockerfile +++ b/ConnectorService/Dockerfile @@ -7,6 +7,8 @@ COPY ConnectorService/ConnectorService.csproj ConnectorService/ COPY IM.Commons/IM.Commons.csproj IM.Commons/ COPY IM.InitCommon/IM.InitCommon.csproj IM.InitCommon/ COPY IM.Protocols/IM.Protocols.csproj IM.Protocols/ +COPY IM.ASPNETCore/IM.ASPNETCore.csproj IM.ASPNETCore/ +COPY IM.Jwt/IM.Jwt.csproj IM.Jwt/ RUN dotnet restore ConnectorService/ConnectorService.csproj