cd app
docker build -t unbiased .docker run --rm -it -p 3000:3000 unbiasedWith the container running, you can access the API documentation at http://localhost:3000/api
cd app
docker build -t unbiased .docker run --rm -it -p 3000:3000 unbiasedWith the container running, you can access the API documentation at http://localhost:3000/api