mirror of
https://gitee.com/dromara/orion-visor.git
synced 2026-05-15 04:52:09 +08:00
8 lines
125 B
Docker
8 lines
125 B
Docker
FROM ghcr.io/linuxsuren/api-testing:v0.0.17
|
|
|
|
WORKDIR /workspace
|
|
COPY . .
|
|
RUN chmod 777 *
|
|
|
|
CMD [ "/workspace/entrypoint.sh" ]
|