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:
2026-07-04 08:16:31 -07:00
parent cf032507f8
commit 97189374b9
+2 -1
View File
@@ -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