4 lines
77 B
Docker
4 lines
77 B
Docker
FROM debian:wheezy
|
|
ADD service.test /tmp/
|
|
CMD /tmp/service.test -test.v=true
|