Sign inSign up

geekyouth/apifox-cli

By geekyouth

Updated over 1 year ago

apifox cli 用于上传测试报告

Image
0

236

geekyouth/apifox-cli repository overview

FROM node:16.14.2-alpine

ARG VERSION=1.2.43
RUN npm i -g apifox-cli@${VERSION:?} --registry=https://registry.npmmirror.com/

CMD ["apifox", "-v", "&&", "apifox"]


Tag summary

Content type

Image

Digest

sha256:c2f481b26

Size

78.3 MB

Last updated

over 1 year ago

docker pull geekyouth/apifox-cli