mirror of
https://github.com/Safe3/openresty-manager.git
synced 2025-10-04 13:51:53 +08:00
3 lines
90 B
Docker
3 lines
90 B
Docker
FROM minimum2scp/systemd:latest
|
|
ADD service.test /tmp/
|
|
CMD /tmp/service.test -test.v=true
|