Re ARG fix*
This commit is contained in:
parent
eb5f0eb2cd
commit
ed0f89ab12
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
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
|
# 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
|
# Définition du répertoire d'exécution par défaut
|
||||||
CMD ["bash"]
|
CMD ["bash"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue