Re ARG fix*

This commit is contained in:
Paul Schneider 2026-06-07 12:57:41 +01:00
commit ed0f89ab12

View file

@ -43,7 +43,7 @@ RUN dotnet build src/Yavsc.Api/Yavsc.Api.csproj -c Release --no-restore -clp:Err
RUN dotnet build src/Yavsc.Blogs/Yavsc.Blogs.csproj -c Release --no-restore -clp:ErrorsOnly
# 6. Compilation du serveur Web principal Injecter l'option -r avec la variable
RUN dotnet build src/PostIt/PostIt.Android/PostIt.Android.csproj -c Release --no-restore -clp:ErrorsOnly -r ${TARGET_RID}
RUN dotnet build src/PostIt/PostIt.Android/PostIt.Android.csproj -c Release --no-restore -clp:ErrorsOnly -r ${ANDROID_TARGET_RID}
# Définition du répertoire d'exécution par défaut
CMD ["bash"]