# anyinspect_web **Repository Path**: leanflutter/anyinspect_web ## Basic Information - **Project Name**: anyinspect_web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-19 - **Last Updated**: 2023-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # anyinspect_web ## Run with docker Build docker image ```sh docker build -t anyinspect/anyinspect_web:latest . ``` Run ```sh docker run -d -it -p 3000:3000 anyinspect/anyinspect_web:latest ``` Visit `http://localhost:3000`