mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-21 23:34:41 +00:00
Add docker entrypoint
This commit is contained in:
parent
fddce9e1b2
commit
4cdb55a18d
@ -2,4 +2,6 @@ FROM scratch
|
||||
|
||||
ADD ./bin/orbiter /bin/orbiter
|
||||
|
||||
ENTRYPOINT ["orbiter"]
|
||||
|
||||
CMD ["orbiter", "daemon"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user