FROM ghcr.io/linuxsuren/api-testing:v0.0.17

WORKDIR /workspace
COPY . .
RUN chmod 777 *

CMD [ "/workspace/entrypoint.sh" ]
