From 53135641f3b5c9454194bea34425660bc8902e44 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 5 Sep 2022 17:42:23 +0800 Subject: [PATCH] Fix --- docker/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/dockerfile b/docker/dockerfile index f23c630a..2938a52f 100644 --- a/docker/dockerfile +++ b/docker/dockerfile @@ -45,7 +45,7 @@ RUN rm -rf ./* && chown node /app USER node -RUN git clone https://github.com/louislam/uptime-kuma.git \ +RUN git clone https://github.com/louislam/uptime-kuma.git RUN gh pr checkout 2023 RUN npm ci