update Dockerfile
This commit is contained in:
parent
2776586ad7
commit
0972ec304a
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user