6 lines
75 B
Docker
6 lines
75 B
Docker
FROM base
|
|
|
|
COPY tests/fixtures/source /
|
|
|
|
ENTRYPOINT ["/app/entrypoint.sh"]
|