From 18c5abeb5aa95f38502141c2b8f4d4f7cd87f706 Mon Sep 17 00:00:00 2001 From: konsthol Date: Tue, 27 May 2025 09:36:32 +0300 Subject: [PATCH] you do wanna make me cry and i wanna say goodbye --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0cbf908..1b8c653 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,5 @@ FROM docker:dind -# COPY ./setup-daemon.sh /bin/ -# RUN chmod +x /bin/setup-daemon.sh - -# ENTRYPOINT ["/bin/setup-daemon.sh"] - RUN mkdir -p /etc/docker && \ echo '{ "insecure-registries": ["http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:5000"] }' > /etc/docker/daemon.json