mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-21 14:49:33 +02:00
* Dockerfile for tests * Show test coverage * Removal of old test pipeline Co-authored-by: Alex Sherman <yul.golem@gmail.com>
4 lines
No EOL
83 B
Text
4 lines
No EOL
83 B
Text
FROM internetee/erlang-ruby:21.3.8-2.6.3
|
|
COPY . .
|
|
|
|
CMD ["tail", "-f" , "/dev/null"] |