a single page to see latest Status of all you're App Center builds
580
GitHub Project: https://github.com/AdamRussak/app-c-dash
app-c-dash is a single page Flutter web app to monitor and pro-activly manage the build process using the AppCenter platform
one of the simplest ways to run a flutter web app is to use the dhttpd package
from the project root folder run:
$tag="unsoop/app-c-dash"
docker build -t $tag .
docker run --rm unsoop/app-c-Dash
OR
docker run --rm -p <AnyLigalPortYouLike>:4040 unsoop/app-c-Dash
docker-compose.yamlversion: "3.7"
services:
app-c-dash:
image: unsoop/app-c-dash:latest
container_name: app-c-dash
restart: always
from the same directory as the docker-compose.yaml, run:
docker-compose up -d


Content type
Image
Digest
Size
18.2 MB
Last updated
about 5 years ago
docker pull unsoop/app-c-dash