File: docker-compose.yml

package info (click to toggle)
python-num2words 0.5.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,832 kB
  • sloc: python: 27,073; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
version: '3.0'
services:
  web:
    image: python:3-alpine
    command: python3 -m http.server 8080
    volumes:
      - .:/num2words