Create Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
COPY monitor_ip.py /code/
|
| 2 |
+
CMD ["python", "monitor_ip.py"]
|