codesmidgen/Dockerfile.release
Raoul Snyman 19265e034f
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
Add building nightly images
2023-07-29 11:40:05 -07:00

7 lines
180 B
Docker

FROM python:3.11
RUN pip install --extra-index-url https://git.snyman.info/api/packages/raoul/pypi/simple/ CodeSmidgen hypercorn
EXPOSE 8000
CMD ["hypercorn", "codesmidgen.app"]