version: '3.8' services: web: build: context: . target: dev # specify the build target if needed ports: - "5000:5000"