From 82d16ababc719f4f24bdc3a598fd3bb6be5957f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E7=81=BF?= Date: Thu, 6 Jul 2023 17:42:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=8Dansible=E5=AF=86=E9=92=A5=E8=AE=A4?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .beagle/dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.beagle/dockerfile b/.beagle/dockerfile index 0e34836..a7c893a 100644 --- a/.beagle/dockerfile +++ b/.beagle/dockerfile @@ -12,6 +12,7 @@ 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