Merge pull request #36 from dromara/dev

🚀 修改 e2e 配置.
This commit is contained in:
李佳航
2024-06-27 14:46:36 +08:00
committed by GitHub

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" ]