BackAlbums Project setup npm install Compile and run the project npm run start npm run start:dev npm run start:prod Running in a Docker Image Creating the image docker build -t backalbums . Running on host machine docker run --rm -p 3000:3000 backalbums