From 4ba3e1ae5602c2d6ecfbc81fc4f8f04a2ba14092 Mon Sep 17 00:00:00 2001 From: fanyuhui <852221040@qq.com> Date: Mon, 22 Jan 2024 11:38:46 +0800 Subject: [PATCH] update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6bcc6bd..7aecd2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ FROM ubuntu:latest COPY repo /tmp/ COPY install-cert.sh /tmp/install-cert.sh -RUN sh /tmp/install-cert.sh +RUN chmod +x /tmp/install-cert.sh && /tmp/install-cert.sh COPY --from=build /app/tgState /app/tgState