payment_api build image: docker build -t <IMAGE NAME> . run container: docker run --env-file ./.env.dev -p 5000:5000 <IMAGE NAME>