mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-13 09:34:55 +00:00
fix: forgot one of the database paths
This commit is contained in:
parent
91bae76635
commit
dfee3feda5
@ -8,7 +8,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
|
||||
ARG BUILD_CONFIGURATION=Release
|
||||
WORKDIR /src
|
||||
COPY ["/src/comissions.app.api/comissions.app.api.csproj", "comissions.app.api/"]
|
||||
COPY ["/src/comissions.app.database/ArtPlatform.Database.csproj", "comissions.app.database/"]
|
||||
COPY ["/src/comissions.app.database/comissions.app.database.csproj", "comissions.app.database/"]
|
||||
RUN dotnet restore "comissions.app.api/comissions.app.api.csproj"
|
||||
COPY . .
|
||||
WORKDIR "/src/comissions.app.api"
|
||||
|
Loading…
x
Reference in New Issue
Block a user