We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee57ee commit f642bdeCopy full SHA for f642bde
docker/DockerFile.amd64-build
@@ -36,7 +36,7 @@ COPY Makefile Makefile
36
RUN make androidsdk
37
38
# Preload Gradle
39
-COPY android/gradlew android/build.gradle android
+COPY android/gradlew android/build.gradle android/
40
COPY android/gradle android/gradle
41
42
RUN chmod 755 android/gradlew && \
0 commit comments