🚀 修改 e2e 配置.

This commit is contained in:
lijiahang
2024-06-24 09:54:57 +08:00
parent 8dec40553d
commit 6c4e9cd5c6
7 changed files with 144 additions and 72 deletions

6
docker/e2e/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM ghcr.io/linuxsuren/api-testing:v0.0.17
WORKDIR /workspace
COPY . .
CMD [ "/workspace/entrypoint.sh" ]