Update Dockerfile to use branche dev of sdk_client

This commit is contained in:
Omar Oughriss 2025-09-08 16:44:02 +02:00
parent 3f64369852
commit 0fc7b6e4c3

View File

@ -29,7 +29,7 @@ WORKDIR /build
COPY . ihm_client/ COPY . ihm_client/
# Clonage du sdk_client au même niveau que ihm_client en utilisant la clé SSH montée # Clonage du sdk_client au même niveau que ihm_client en utilisant la clé SSH montée
RUN --mount=type=ssh git clone -b cicd ssh://git@git.4nkweb.com/4nk/sdk_client.git RUN --mount=type=ssh git clone -b dev ssh://git@git.4nkweb.com/4nk/sdk_client.git
# Build du WebAssembly avec accès SSH pour les dépendances # Build du WebAssembly avec accès SSH pour les dépendances
WORKDIR /build/sdk_client WORKDIR /build/sdk_client