No longer need to remove the weird files that were getting ADD'ed in.

This commit is contained in:
2026-07-04 16:16:37 -07:00
parent 42b651f85b
commit 892a386284
-2
View File
@@ -171,8 +171,6 @@ WORKDIR "$FDROID"
# Move Downloaded Files # # Move Downloaded Files #
RUN rm -v "$DOWNLOAD"/docker-compose*yml
# Move any downloaded APK files to the repo folder. # Move any downloaded APK files to the repo folder.
RUN mv -v "$DOWNLOAD"/*.apk "$REPO"/ || \ RUN mv -v "$DOWNLOAD"/*.apk "$REPO"/ || \
(echo "WARNING! No APK file(s) to copy." && sleep 10) (echo "WARNING! No APK file(s) to copy." && sleep 10)