Somehow compose files are getting into the container. Maybe the null ADD variables are doing something weird. Remove them.

This commit is contained in:
2026-07-04 15:53:15 -07:00
parent b9b36aa2ac
commit cc89dc5bca
+2
View File
@@ -164,6 +164,8 @@ ADD "$FILE39" "$DOWNLOAD"/
# Move Downloaded Files #
RUN rm -v "$DOWNLOAD"/docker-compose*yml
# Move any downloaded APK files to the repo folder.
RUN mv -v "$DOWNLOAD"/*.apk "$REPO"/ || \
(echo "WARNING! No APK file(s) to copy." && sleep 10)