From 6d8b3eb73f55f641525214d4bd530aa650f08a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AD=90=E9=BE=99?= Date: Thu, 6 Jul 2023 18:02:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8C=96=E8=BF=90=E7=BB=B4?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=A3=80=E6=B5=8B=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .beagle/dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.beagle/dockerfile b/.beagle/dockerfile index a7c893a..0e34836 100644 --- a/.beagle/dockerfile +++ b/.beagle/dockerfile @@ -12,7 +12,6 @@ ARG TARGETARCH RUN apk update && \ apk add --no-cache ansible COPY ./dist/so-operation-api-$TARGETOS-$TARGETARCH /app/so-operation-api -RUN export ANSIBLE_HOST_KEY_CHECKING=False EXPOSE 80 ENTRYPOINT ["/app/so-operation-api", "--port=80", "--prefix=/v1/api"] \ No newline at end of file -- 2.26.0