Files
rogaining_srv/SumasenLibs/excel_lib/docker/docker-compose.yml

15 lines
234 B
YAML
Raw Normal View History

2024-11-03 10:49:42 +00:00
version: '3.8'
services:
python:
build:
context: ..
dockerfile: docker/python/Dockerfile
volumes:
- ..:/app
environment:
- PYTHONPATH=/app
2024-11-05 07:46:21 +09:00
command: python ./testdata/sample.py
2024-11-03 10:49:42 +00:00
tty: true