- Dockerfile.android avec Android SDK et Capacitor - docker-compose.build.yml pour le build - Scripts automatisés build-apk.sh et generate-apk.sh - Configuration Capacitor pour Android - Documentation BUILD_APK.md
22 lines
184 B
Plaintext
22 lines
184 B
Plaintext
Dockerfile
|
|
Dockerfile.android
|
|
.dockerignore
|
|
node_modules
|
|
npm-debug.log
|
|
README.md
|
|
.env
|
|
.env.local
|
|
.env*.local
|
|
.next
|
|
.git
|
|
.gitignore
|
|
*.md
|
|
.vscode
|
|
.idea
|
|
android
|
|
ios
|
|
dist
|
|
*.log
|
|
.DS_Store
|
|
|