version: '3' services: bin: build: context: . dockerfile: Dockerfile ports: - "8000:8000"
version: '3'
services:
bin:
build:
context: .
dockerfile: Dockerfile
ports:
- "8000:8000"