From db34941c303bbfbb5afb590440c30a1efbd0724d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Ole=20Hu=CC=88bner?= Date: Sat, 2 Sep 2023 20:26:46 +0200 Subject: [PATCH] fix: changing image tag becaus of portainer bug --- .gitignore | 3 ++- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e7d4a53..649f66c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ auth.env -.idea \ No newline at end of file +.idea +notes \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 0f9eaa7..717c72a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ ADD pulse.py / # Chmod RUN chmod 755 /pulse.py -CMD ["/bin/python3","/pulse.py"] \ No newline at end of file +CMD ["python3","/pulse.py"] \ No newline at end of file