Skip to content

we-prajapati-c001/docker-flutter-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build and run image

docker build --pull --rm -f "Dockerfile" -t flutter-ci-cd-docker:latest "."

Print the logs as well

docker build --pull --rm -f "Dockerfile" -t flutter-ci-cd-docker:latest "." --progress=plain

Build without using cache

docker build --pull --rm -f "Dockerfile" -t flutter-ci-cd-docker:latest "." --no-cache

Pass arguments

docker build --pull --rm -f "Dockerfile" -t flutter-ci-cd-docker:latest "." --progress=plain --build-arg flutter_app_branch=develop --build-arg cachebust=$(date +%s)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published