From 039b3a4b367f23e1a70265d37f7a63a0be1eb224 Mon Sep 17 00:00:00 2001 From: Clembs Date: Sun, 2 Aug 2026 14:32:15 +0200 Subject: [PATCH] bon allez --- Dockerfile | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1476512..836f32e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,20 +3,7 @@ WORKDIR /app COPY . . -# RUN apt-get update && \ -# apt-get install -y --no-install-recommends openssh-client git - -# ARG SSH_KEY_B64 -# RUN mkdir -p /root/.ssh && \ -# echo "$SSH_KEY_B64" | base64 -d > /root/.ssh/id_ed25519 && \ -# chmod 600 /root/.ssh/id_ed25519 && \ -# ssh-keyscan -H codeberg.org >> /root/.ssh/known_hosts - RUN npm install - -# # clone friends stuff over -# RUN git clone ssh://git@codeberg.org/clembs/friends-blog.git src/content/friends - RUN npm run build ENV HOST=0.0.0.0 -- 2.51.2