From 0972ec304a3e05f31d395404eb272fb8271a933c Mon Sep 17 00:00:00 2001 From: YuukanOO Date: Tue, 29 Dec 2020 21:08:20 +0100 Subject: [PATCH] update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2881ca4..1cdc262 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,11 @@ COPY Application/*.csproj ./Application/ COPY Domain/*.csproj ./Domain/ COPY Infrastructure/*.csproj ./Infrastructure/ COPY Apps/Api/*.csproj ./Apps/Api/ + +WORKDIR /source/Apps/Api RUN dotnet restore +WORKDIR /source COPY Application/. ./Application/ COPY Domain/. ./Domain/ COPY Infrastructure/. ./Infrastructure/