Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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"]
|