Files
2024-07-17 22:32:48 +08:00

6 lines
75 B
Docker

FROM base
COPY tests/fixtures/source /
ENTRYPOINT ["/app/entrypoint.sh"]