basic debugging step 1

This commit is contained in:
2024-11-05 07:46:21 +09:00
parent d6464c1369
commit 0c2dfec7dd
8 changed files with 499 additions and 194 deletions

View File

@ -9,6 +9,6 @@ services:
- ..:/app
environment:
- PYTHONPATH=/app
command: /bin/bash
command: python ./testdata/sample.py
tty: true