test for getting prices

This commit is contained in:
Jan-Ole Hübner 2023-09-09 03:00:56 +02:00
parent f07a6384cd
commit 0b995a9dae
4 changed files with 69 additions and 6 deletions

View file

@ -12,5 +12,5 @@ ADD . /
# Chmod
RUN chmod 755 /pulse.py
CMD ["python3","/get_price.py"]
CMD ["python3","/pulse.py"]