Debug du chemin vers l'api
continuous-integration/drone/push Build is failing Details

deploiement
Clement CHIEU 1 year ago
parent 8a9cd73a1f
commit 1b1ff43d33

@ -6,7 +6,7 @@ EXPOSE 5000
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
# Restore dependencies # Restore dependencies
RUN dotnet restore api/API.csproj RUN dotnet restore API.csproj
# Copy the rest of the files # Copy the rest of the files
COPY API_SQLuedo/API/. api/ COPY API_SQLuedo/API/. api/

Loading…
Cancel
Save