This repo contains a docker based flutter web project.
./build-docker.sh./run.shthen go to localhost:8080 to visit your website.
Just add 1 as parameter
./run.sh 1then go to localhost:8080 to visit your website.
./stop.shIf you build this image on M1 Mac, and then someone uses it on Intel, they get below warning
WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
Please visit this link to get guidance on how to rebuild this image on your m1 mac
