Entreprenerdly commited on
Commit
dd8e801
·
verified ·
1 Parent(s): 1634638

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ COPY . /app
30
  # Change permissions for the app directory
31
  RUN chmod -R 777 /app
32
 
33
- CMD ["chainlit", "run", "app.py", "--port", "7860"]
 
30
  # Change permissions for the app directory
31
  RUN chmod -R 777 /app
32
 
33
+ CMD ["chainlit", "run", "app.py", "--port", "7860"]