peterpeter8585 commited on
Commit
17d4097
·
verified ·
1 Parent(s): 1d30ff6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +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"]
 
1
+
2
  RUN pip install --nk-cache-dir -r requirements.txt
3
+ RUN chmod +x /app.py
4
  EXPOSE 8000
5
  CMD ["chainlit", "run","app.py"]