Merry Chipmunks
This commit is contained in:
parent
cd28e3dafe
commit
adf58a2b7d
18 changed files with 878 additions and 253 deletions
projects/tickertape
5
projects/tickertape/Dockerfile
Normal file
5
projects/tickertape/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM docker.io/library/python:3.13
|
||||
|
||||
COPY tickertape.zapp /usr/bin/tickertape
|
||||
|
||||
ENTRYPOINT ["/usr/bin/tickertape"]
|
Loading…
Add table
Add a link
Reference in a new issue