Subham9126 commited on
Commit
99b23a4
·
verified ·
1 Parent(s): 02f7550

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +9 -0
Dockerfile ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ FROM requarks/wiki:2
2
+
3
+ # HF Spaces requires port 7860
4
+ ENV PORT=7860
5
+ EXPOSE 7860
6
+
7
+ # The official image uses these variables by default
8
+ # We just ensure the working directory is correct
9
+ WORKDIR /wiki