From d6d8e91be1643ce75a4ab88d6e510b3008c27649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Sat, 13 Aug 2022 16:34:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(oci):=E8=B0=83=E6=95=B4=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E4=B8=AD=E9=94=99=E8=AF=AF=E7=9A=84=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff32f8b..f42cde3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ WORKDIR /app COPY --from=builder /app/server . COPY settings.yaml . COPY regions.csv . -CMD ["./main"] \ No newline at end of file +CMD ["./server"] \ No newline at end of file