zhuyunfeng
2023-03-11 4afdd97df4f8859a6c64814676dd2795c330437c
1
2
3
4
5
6
7
version: '3.0'
services:
  web:
    image: python:3-alpine
    command: python3 -m http.server 8080
    volumes:
      - .:/num2words