Get the FDroid project to the point where it starts and runs. Not creating the actual repo under the webserver yet though. Does not seem to be keeping the APKs the Dockerfile downloads.
This commit is contained in:
5
Config/F-DroidRepo/files/main.sh
Normal file
5
Config/F-DroidRepo/files/main.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
tail -F /var/mail/* &
|
||||
tail -F /var/log/nginx/* &
|
||||
wait -n
|
||||
Reference in New Issue
Block a user