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