Commit 82d16aba authored by 魏灿's avatar 魏灿

免ansible密钥认证

parent 48b7e7d0
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment