bobocup commited on
Commit
9663e7e
·
verified ·
1 Parent(s): ec3ae49

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ COPY monitor_ip.py /code/
2
+ CMD ["python", "monitor_ip.py"]