mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-21 21:44:47 +00:00
6 lines
72 B
Docker
6 lines
72 B
Docker
FROM scratch
|
|
|
|
ADD ./bin/orbiter /bin/orbiter
|
|
|
|
CMD ["orbiter", "daemon"]
|