4 lines
76 B
Docker
4 lines
76 B
Docker
FROM ubuntu:14.04
|
|
ADD service.test /tmp/
|
|
CMD /tmp/service.test -test.v=true
|