This commit is contained in:
Louis Lam 2022-09-05 17:42:23 +08:00
parent fd2df562b1
commit 53135641f3
1 changed files with 1 additions and 1 deletions

View File

@ -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