Mise à jour de 'EntityFramework_LoL/Sources/API_LoL_Project/Dockerfile'
continuous-integration/drone/push Build is passing Details

master
David D'ALMEIDA 1 year ago
parent 78290912be
commit 8d50285de5

@ -14,7 +14,7 @@ COPY ["Shared/Shared.csproj", "Shared/"]
COPY ["DTO/DTO.csproj", "DTO/"]
RUN dotnet restore "API_LoL_Project/API_LoL_Project.csproj"
COPY . .
RUN ls
RUN ls API_LoL_Project/
WORKDIR "/src/API_LoL_Project"
RUN dotnet build "API_LoL_Project.csproj" -c Release -o /app/build

Loading…
Cancel
Save