Commit 15b5cf49 authored by Li Mi's avatar Li Mi

改entrypoint为cmd

parent 2cf5a016
...@@ -12,4 +12,4 @@ FROM alpine ...@@ -12,4 +12,4 @@ FROM alpine
RUN apk update && \ RUN apk update && \
apk add ca-certificates apk add ca-certificates
COPY --from=0 /wings_linux_amd64 /wings COPY --from=0 /wings_linux_amd64 /wings
ENTRYPOINT [ "/wings" ] CMD [ "/wings" ]
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