Commit 85f78208 authored by 陈晨's avatar 陈晨

Update Dockerfile

parent 610ff642
......@@ -7,7 +7,7 @@ EXPOSE 443
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster AS build
WORKDIR /src
COPY ["OTWebSocket.API.csproj", "OTWebSocket.API/"]
COPY ["OTWebSocket.API/OTWebSocket.API.csproj", "OTWebSocket.API/"]
RUN dotnet restore "OTWebSocket.API/OTWebSocket.API.csproj" -s "http://nuget.matrixone.io:5555/v3/index.json"
COPY . .
WORKDIR "/src/OTWebSocket.API"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment