Debug du chemin de copie
continuous-integration/drone/push Build is failing Details

deploiement
Clement CHIEU 1 year ago
parent 5ffdb91573
commit dce7d39ca4

@ -1,13 +1,10 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src
COPY API_SQLuedo/**/*.csproj .
COPY API_SQLuedo/**/*.csproj ./
# Restore dependencies
RUN dotnet restore API.csproj
# Copy the rest of the files
COPY API_SQLuedo/API/ .
# Build the application
RUN dotnet build API.csproj -c Release -o /app/build

Loading…
Cancel
Save