1 Commits
Author SHA1 Message Date
DasMoorhuhn da83315bfb add docker build env 2026-07-09 19:17:42 +02:00
+1 -3
View File
@@ -19,7 +19,7 @@ Bejewled Classic (v3.8.1) has issues with newer high resolution screens, which r
### Download ### Download
[Download from releases](https://git.pinguin-software.de/DasMoorhuhn/bejeweled-classic/releases) [Download from releases]()
### DIY ### DIY
@@ -60,8 +60,6 @@ You may want to add a different app version like `android:versionCode='18101' an
## Docker ## Docker
The docker image contains all needed tools to decompile/compile an APK.
- Build the image: `docker compose build` - Build the image: `docker compose build`
- Run the container: `docker compose up -d` - Run the container: `docker compose up -d`
- Enter the container: `docker compose exec bejeweled-env bash` - Enter the container: `docker compose exec bejeweled-env bash`