Raoul Snyman
19265e034f
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
7 lines
180 B
Docker
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"]
|