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