Yabin Li
2023-06-07 ec70d21816f27897237b5ec6f2f5b7bc87f7a387
1
2
3
4
5
6
7
version: '3.0'
services:
  web:
    image: python:3-alpine
    command: python3 -m http.server 8080
    volumes:
      - .:/num2words