FROM testcafe/testcafe:2.5.0

COPY tests/ /app/tests/
COPY .testcaferc.js /app/.testcaferc.js

WORKDIR /app

ENTRYPOINT []