try with local repo
Build and Push Docker Images / build-and-push (push) Successful in 1m26s

This commit is contained in:
2025-11-06 16:28:50 +01:00
parent 295cb508e5
commit b516c942df
+1 -1
View File
@@ -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 󰎙 && \