Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 245 Bytes

File metadata and controls

12 lines (10 loc) · 245 Bytes

building the container

cd app
docker build -t unbiased .

running the container

docker run --rm -it -p 3000:3000 unbiased

With the container running, you can access the API documentation at http://localhost:3000/api