mirror of https://github.com/halo-dev/halo
5 lines
141 B
Docker
5 lines
141 B
Docker
![]() |
FROM linuxsuren/api-testing:v0.0.14
|
||
|
WORKDIR /workspace
|
||
|
COPY testsuite.yaml .
|
||
|
CMD [ "atest", "run", "-p", "testsuite.yaml", "--level=debug" ]
|