Skip to content

ailuros-code/2048

Repository files navigation

Create and publish a Docker image

2048

Simple 2048 app using Next.js.

How to run locally

npm install
npm run dev

How to run with docker compose

docker compose build
docker compose up

Pull the image

docker pull ghcr.io/ailuros-code/2048:main