diff --git a/Dockerfile b/Dockerfile index 7ee211a..377b396 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,8 @@ WORKDIR /app RUN mkdir -p /root/.ssh && \ ssh-keyscan git.4nkweb.com >> /root/.ssh/known_hosts -# Cloner sdk_common depuis le repository (branche dev) -RUN --mount=type=ssh git clone -b dev ssh://git@git.4nkweb.com/4nk/sdk_common.git /sdk_common +# Cloner sdk_common depuis le repository (branche dev4) +RUN --mount=type=ssh git clone -b dev4 ssh://git@git.4nkweb.com/4nk/sdk_common.git /sdk_common # Copie des fichiers de sdk_relay COPY Cargo.toml Cargo.lock ./ diff --git a/IMPROVEMENTS.md b/IMPROVEMENTS.md index 064c4c1..66fb645 100644 --- a/IMPROVEMENTS.md +++ b/IMPROVEMENTS.md @@ -168,3 +168,5 @@ ihm_client: 2. Tester avec un scan réduit 3. Déployer en production 4. Surveiller les logs et métriques + +