docker run --rm -p <your-port>:5000 sakata1222/sql-formatter
Access to http://<your-host>:<your-port>
build a image
make
run as a container
docker run --rm -p <your-port>:5000 sql-formatter
yarn start
If you have already built the sources, you can start the service as follows:
yarn serve
yarn start:dev