Files
2026-07-13 13:03:09 +08:00

8 lines
134 B
YAML

version: '3.0'
services:
web:
image: python:3-alpine
command: python3 -m http.server 8080
volumes:
- .:/num2words