Fix name issue

test
dan 2020-10-30 19:32:30 -06:00
parent d517d883a8
commit fef20cbfc9
1 changed files with 1 additions and 1 deletions

View File

@ -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