support docker

This commit is contained in:
Francis Dong
2021-04-25 09:48:28 +08:00
committed by dxfeng10
parent 9a8996fd7f
commit 29724e295c
3 changed files with 34 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
# entrypoint for docker
/bin/bash ./boot.sh start && touch dummy.log && tail -f dummy.log