From b516c942df13301a5e4950196c1b85fdf9dad650 Mon Sep 17 00:00:00 2001 From: Bram Date: Thu, 6 Nov 2025 16:28:50 +0100 Subject: [PATCH] try with local repo --- Dockers/remote-node-container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockers/remote-node-container/Dockerfile b/Dockers/remote-node-container/Dockerfile index 90f5146..529d344 100644 --- a/Dockers/remote-node-container/Dockerfile +++ b/Dockers/remote-node-container/Dockerfile @@ -25,7 +25,7 @@ RUN npm install -g pnpm RUN curl -fsSL https://bun.sh/install | bash # Clone and setup linux-presets -RUN git clone https://gitea.bramkelchtermans.be/Bram/linux-presets.git && \ +RUN git clone http://192.168.179.104:3000/Bram/linux-presets.git && \ cd linux-presets && \ chmod +x setup.sh && \ ./setup.sh --terminal-icon 󰎙 && \