"src/page/password/index.vue" did not exist on "c255eb5a96ca504cc694bef1acaffd34bc9292ac"
Commit 6d8b3eb7 authored by 陈子龙's avatar 陈子龙

自动化运维状态检测 fix

parent 5eafa151
......@@ -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
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