version: '3' services: server: build: context: . dockerfile: Dockerfile volumes: - .:/code ports: - "8501:8501"