# Copyright VMware, Inc. # SPDX-License-Identifier: APACHE-2.0 version: '3' services: app: build: dockerfile: ./Dockerfile container_name: ${DOCKER_CONTAINER_NAME} ports: - '8000:8000' volumes: - './:/app'