Skip to content

dupuysylvain/cash-manager-mobile

Repository files navigation

Cash manager mobile

Docker

You can build and serve the apk with docker !

docker build -t cashmanager-mobile . # build docker image
docker run -p 80:80 cashmanager-mobile # run a new container

You now can find the app at http://localhost/cashmanager.apk

Releases

No releases published

Packages

No packages published