mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-05 22:32:25 +00:00
8 lines
134 B
YAML
8 lines
134 B
YAML
|
|
version: '3.0'
|
||
|
|
services:
|
||
|
|
web:
|
||
|
|
image: python:3-alpine
|
||
|
|
command: python3 -m http.server 8080
|
||
|
|
volumes:
|
||
|
|
- .:/num2words
|