From b645abc34a0fd20e765a5bd995622d7918e1194a Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 9 Apr 2023 10:49:03 +0600 Subject: [PATCH] something's up with git --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7c33c079..ae068054 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apt-get update RUN apt-get install -y git RUN rm -rf /var/lib/apt/lists/* RUN npm install +RUN rm -rf .git RUN git clone -n https://github.com/wukko/cobalt.git --depth 1 && mv cobalt/.git ./ && rm -rf cobalt COPY . . EXPOSE 9000