peterpeter8585 commited on
Commit
252062b
·
verified ·
1 Parent(s): 5e3aa34

Rename DokerFile to Dokerfile

Browse files
Files changed (2) hide show
  1. DokerFile +0 -0
  2. Dokerfile +5 -0
DokerFile DELETED
File without changes
Dokerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ WORKDIR /app
2
+ RUN pip install --nk-cache-dir -r requirements.txt
3
+ RUN chmod +x /app/app.py
4
+ EXPOSE 8000
5
+ CMD ["chainlit", "run","app.py"]