sljeff
commited on
Commit
·
7ffed1f
1
Parent(s):
4feeb4a
Add application file
Browse files- Dockerfile +3 -0
Dockerfile
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
FROM python:3.11
|
2 |
+
|
3 |
+
CMD ["python3", "-m", "http.server", "7860"]
|