simple is better
a smaller docker version of 2048
Base on gabrielecirulli/2048(https://github.com/gabrielecirulli/2048)
Base on CentOS Streasm 9
Base on nginx
git clone https://github.com/amoralej/game2048.git
buildah bud -t game2048 game2048
podman run --rm -dt -p8080:80/tcp localhost/game2048:latest
http://127.0.0.1:8080