mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-21 22:04:42 +00:00
8 lines
96 B
Docker
8 lines
96 B
Docker
FROM scratch
|
|
|
|
ADD ./bin/orbiter /bin/orbiter
|
|
|
|
ENTRYPOINT ["orbiter"]
|
|
|
|
CMD ["orbiter", "daemon"]
|