Files
rogaining_srv/SumasenLibs/excel_lib/docker/docker-compose.yml
2024-11-05 07:46:21 +09:00

15 lines
234 B
YAML

version: '3.8'
services:
python:
build:
context: ..
dockerfile: docker/python/Dockerfile
volumes:
- ..:/app
environment:
- PYTHONPATH=/app
command: python ./testdata/sample.py
tty: true