codesmidgen/Dockerfile
Raoul Snyman bcb29e3d1c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
Building out pipeline
- Update hatch environments for linting, testing
- Add initial Dockerfile
- Add CI pipeline configuration
- Add test
- Add icon
- Remove setup.py
2023-07-27 22:14:11 -07:00

7 lines
153 B
Docker

FROM python:3.11
RUN pip install stickynotes --index-url https://git.snyman.info/packages/raoul/index
EXPOSE 8000
CMD ["hypercorn", "stickynotes.app"]