Jamy API First off $ npm install $ npm start To Dockerize $ docker build -t jamy-api . $ docker run -it --rm -p 3000:3000 jamy-api