fix: changing image tag becaus of portainer bug

This commit is contained in:
Jan-Ole Hübner 2023-09-02 20:26:46 +02:00
parent f564ccb1f0
commit db34941c30
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
auth.env auth.env
.idea .idea
notes

View file

@ -13,4 +13,4 @@ ADD pulse.py /
# Chmod # Chmod
RUN chmod 755 /pulse.py RUN chmod 755 /pulse.py
CMD ["/bin/python3","/pulse.py"] CMD ["python3","/pulse.py"]