1 2 3 4 5 6 7 8 9
services: api: container_name: poker-api build: context: . dockerfile: Dockerfile ports: - "8000:8000" command: make api