Files
docker-seafile-client/tests/image/Dockerfile
2024-08-24 14:19:24 +00:00

7 lines
119 B
Docker

ARG TARGET=unstable
FROM seafile-client:${TARGET}-flrnnc
COPY --chmod=755 test_binaries.sh /test.sh
CMD ["/test.sh"]