Debug du chemin vers la copie des fichiers
continuous-integration/drone/push Build was killed Details

deploiement
Clement CHIEU 1 year ago
parent f6624b4b5b
commit 8a9cd73a1f

@ -6,10 +6,10 @@ EXPOSE 5000
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
# Restore dependencies
RUN dotnet restore "API_SQLuedo/API/API.csproj"
RUN dotnet restore api/API.csproj
# Copy the rest of the files
COPY ["API_SQLuedo/API/." "API_SQLuedo/"]
COPY API_SQLuedo/API/. api/
WORKDIR "/src/API_SQLuedo"
RUN dotnet build "API.csproj" -c Release -o /app/build

Loading…
Cancel
Save