fix: changing image tag becaus of portainer bug
This commit is contained in:
parent
f564ccb1f0
commit
db34941c30
2 changed files with 3 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
auth.env
|
auth.env
|
||||||
.idea
|
.idea
|
||||||
|
notes
|
|
@ -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"]
|
Loading…
Add table
Add a link
Reference in a new issue