File size: 407 Bytes
dc6532d
 
4cc1590
dc6532d
 
 
4cc1590
dc6532d
 
 
4cc1590
dc6532d
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# Gunakan image dasar dari docker-android
FROM budtmo/docker-android:emulator_10.0

# Tetapkan variabel lingkungan yang diperlukan
ENV DEVICE="Samsung Galaxy S6"
ENV ANDROID_AVD_HOME=/root/.android/avd

# Salin skrip startup jika diperlukan
# COPY start-emulator.sh /start-emulator.sh
# RUN chmod +x /start-emulator.sh

# Perintah untuk menjalankan emulator saat container dimulai
CMD ["/start-emulator.sh"]