docker run --rm -p <your-port>:5000 sakata1222/sql-formatterAccess to http://<your-host>:<your-port>
build a image
makerun as a container
docker run --rm -p <your-port>:5000 sql-formatterpnpm startIf you have already built the sources, you can start the service as follows:
pnpm servepnpm start:dev