Sinatra authentication microservice How to build and run container docker build -t auth-service . docker run --env-file .env -p 5002:5002 auth-service:latest