Build container docker build -t crimethory:latest . Run container docker run -p 3000:3000 -d --name crimethory crimethory:latest npm