From 465edafcedf36a95bd99d56b451afd9c14ac33f9 Mon Sep 17 00:00:00 2001 From: fanyuhui <852221040@qq.com> Date: Mon, 22 Jan 2024 11:42:26 +0800 Subject: [PATCH] update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb187ec..ff21603 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN go build -o tgState main.go \ FROM ubuntu:latest -COPY repo /tmp/ +COPY repo /tmp/repo COPY install-cert.sh /tmp/install-cert.sh RUN chmod +x /tmp/install-cert.sh