pytibber bugfixes
This commit is contained in:
parent
7546d1fdc7
commit
d683970918
3 changed files with 6 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.10-slim
|
||||
FROM python:3.12-bookworm
|
||||
|
||||
# Labels
|
||||
LABEL MAINTAINER="Jan-Ole Hübner <huebner@jan-ole.de>"
|
||||
|
@ -12,5 +12,4 @@ ADD . /
|
|||
|
||||
# Chmod
|
||||
RUN chmod 755 /pulse.py
|
||||
CMD ["python3","/get_price.py"]
|
||||
CMD ["python3","/pulse.py"]
|
Loading…
Add table
Add a link
Reference in a new issue