sljeff commited on
Commit
7ffed1f
·
1 Parent(s): 4feeb4a

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ FROM python:3.11
2
+
3
+ CMD ["python3", "-m", "http.server", "7860"]