Try to deploy application 🔧🔧
continuous-integration/drone/push Build is failing Details

tests
Louis LABORIE 1 year ago
parent c20b075a9e
commit 0c6f568494

@ -16,7 +16,7 @@ RUN dotnet restore "VeraxShield/VeraxShield.csproj"
# Copier le reste des fichiers
COPY . .
WORKDIR "/src/VeraxShield"
WORKDIR "/src/VeraxShield/VeraxShield"
RUN dotnet build "VeraxShield.csproj" -c Release -o /app/build
# Troisième étape : Publier l'application

Loading…
Cancel
Save