internetee-epp_proxy/Dockerfile.test
Keijo Raamat 24b6c68682
Test in container (#52)
* Dockerfile for tests

* Show test coverage

* Removal of old test pipeline

Co-authored-by: Alex Sherman <yul.golem@gmail.com>
2021-09-30 13:21:02 +03:00

4 lines
No EOL
83 B
Text

FROM internetee/erlang-ruby:21.3.8-2.6.3
COPY . .
CMD ["tail", "-f" , "/dev/null"]