🚀 修改 e2e 配置.

This commit is contained in:
lijiahang
2024-06-27 14:43:59 +08:00
parent 8d85cdf173
commit 39a1001510

View File

@@ -2,5 +2,6 @@ FROM ghcr.io/linuxsuren/api-testing:v0.0.17
WORKDIR /workspace
COPY . .
RUN chmod 777 *
CMD [ "/workspace/entrypoint.sh" ]