version: '3' services: app: build: context: . dockerfile: Dockerfile volumes: - .:/home/zack/code/ ports: - 8000:8000