mirror of
https://github.com/Safe3/openresty-manager.git
synced 2025-10-04 05:42:06 +08:00
3 lines
92 B
Docker
3 lines
92 B
Docker
FROM minimum2scp/baseimage:latest
|
|
ADD service.test /tmp/
|
|
CMD /tmp/service.test -test.v=true
|