From 6a85b5e957eda24dd94b10799aae8d2ba0cd0e8b Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Tue, 24 Mar 2026 15:41:55 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2f26c8f..e266548 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,8 @@ ENV TZ=${ENV_TZ} RUN apt update && \ apt install -y git build-essential cmake curl ninja-build ccache git libcurl4-openssl-dev libevent-dev ruby libtbb-dev && \ - git clone ${BUILD_APP_GIT} /app && \ - cd /app && \ + git clone ${BUILD_APP_GIT} /app/hibp && \ + cd /app/hibp && \ git submodule update --init --recursive && \ cd ext/restinio && \ gem install Mxx_ru && \