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