Ensure nginx gets started, was happening automatically before but maybe it's part of the default trixie CMD which is no longer being used.
This commit is contained in:
@@ -136,6 +136,7 @@ RUN cp -rv "$FDROID" "$WEBROOT/"
|
||||
# having the URL be fdroid/repo/? How do others handle this?
|
||||
RUN cp -rv "$REPO"/* "$WEBROOT/"
|
||||
|
||||
CMD echo "F-Droid Repository has been started!" && \
|
||||
CMD service nginx start && \
|
||||
echo "\n*** F-Droid Repository has been started successfully! ***\n" && \
|
||||
tail -F /var/log/nginx/access.log & \
|
||||
tail -F /var/log/nginx/error.log
|
||||
|
||||
Reference in New Issue
Block a user