version: "2" services: python-app: build: . image: python-app:3.9-alpine volumes: - ./app/:/app entrypoint: [python, script.py]