mirror of
https://gitee.com/dromara/orion-visor.git
synced 2026-05-14 20:50:13 +08:00
7 lines
109 B
Docker
7 lines
109 B
Docker
FROM ghcr.io/linuxsuren/api-testing:v0.0.17
|
|
|
|
WORKDIR /workspace
|
|
COPY . .
|
|
|
|
CMD [ "/workspace/entrypoint.sh" ]
|