Adding stuff dir and start/entrypoint scripts
This commit is contained in:
parent
ada255021c
commit
1d6e17c810
3 changed files with 6 additions and 0 deletions
3
lbrynet/stuff/docker-entrypoint.sh
Normal file
3
lbrynet/stuff/docker-entrypoint.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
## TODO: Start work for the docker-entrypoint.sh for lbrynet daemon
|
3
lbrynet/stuff/start.sh
Normal file
3
lbrynet/stuff/start.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
## TODO: Start work on start.sh configuration and other magic assertions of file permissions etc...
|
Loading…
Reference in a new issue