view demo.py @ 7604:d117ddcb0ed1

Update dockerfile build: new python base image, reduce disk space use Use newest python:3-alpine. Remove sphinxcontrib libraries and xapian docs that were left around from the build saving 2M.
author John Rouillard <rouilj@ieee.org>
date Tue, 15 Aug 2023 00:29:24 -0400
parents 7f0bc46aee67
children
line wrap: on
line source

#!/usr/bin/env python3
import sys
import roundup

from roundup.demo import main

sys.exit(main())

Roundup Issue Tracker: http://roundup-tracker.org/