Somehow compose files are getting into the container. Maybe the null ADD variables are doing something weird. Remove them.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user