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