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