Fix name issue
parent
d517d883a8
commit
fef20cbfc9
|
|
@ -8,7 +8,7 @@ RUN dotnet restore
|
|||
|
||||
# Application Restore
|
||||
WORKDIR /app/OFBButte.Application
|
||||
COPY Application.Api/*.csproj ./
|
||||
COPY OFBButte.Application/*.csproj ./
|
||||
RUN dotnet restore
|
||||
|
||||
# Database Restore
|
||||
|
|
|
|||
Loading…
Reference in New Issue