mirror of
https://github.com/Safe3/openresty-manager.git
synced 2025-11-28 15:30:25 +08:00
3 lines
76 B
Docker
3 lines
76 B
Docker
FROM ubuntu:14.04
|
|
ADD service.test /tmp/
|
|
CMD /tmp/service.test -test.v=true
|