FROM ghcr.io/linuxsuren/api-testing:master
WORKDIR /workspace
COPY . .
CMD [ "/workspace/entrypoint.sh" ]