Update Dockerfile to use branche dev of sdk_client
This commit is contained in:
parent
3f64369852
commit
0fc7b6e4c3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user