Mise à jour de 'Sources/MovieFinder_API/Dockerfile'
continuous-integration/drone/push Build is failing Details

master
Lucas DELANIER 2 years ago
parent d7ac79b9fd
commit 681eecebf7

@ -10,7 +10,7 @@ WORKDIR /src
COPY ["MovieFinder_API/MovieFinder_API.csproj", "MovieFinder_API/"] COPY ["MovieFinder_API/MovieFinder_API.csproj", "MovieFinder_API/"]
RUN dotnet restore "MovieFinder_API/MovieFinder_API.csproj" RUN dotnet restore "MovieFinder_API/MovieFinder_API.csproj"
COPY . . COPY . .
WORKDIR "/sources/MovieFinder_API" WORKDIR "/Sources/MovieFinder_API"
RUN dotnet build "MovieFinder_API.csproj" -c Release -o /app/build RUN dotnet build "MovieFinder_API.csproj" -c Release -o /app/build
FROM build AS publish FROM build AS publish

Loading…
Cancel
Save