Files
orion-visor/docker/e2e/Dockerfile

8 lines
125 B
Docker
Raw Permalink Normal View History

2024-06-20 10:24:58 +08:00
FROM ghcr.io/linuxsuren/api-testing:v0.0.17
WORKDIR /workspace
COPY . .
2024-06-27 14:43:59 +08:00
RUN chmod 777 *
CMD [ "/workspace/entrypoint.sh" ]