We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e15ba commit 20735d0Copy full SHA for 20735d0
Dockerfile
@@ -8,5 +8,6 @@ RUN mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools && \
8
rm *tools*linux*.zip
9
COPY license_accepter.sh /opt/
10
RUN chmod +x /opt/license_accepter.sh && /opt/license_accepter.sh $ANDROID_SDK_ROOT
11
-COPY entrypoint.sh ./entrypoint.sh
12
-ENTRYPOINT ["sh","./entrypoint.sh"]
+ADD entrypoint.sh /entrypoint.sh
+RUN chmod +x /entrypoint.sh
13
+ENTRYPOINT ["/entrypoint.sh"]
0 commit comments