Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -18,6 +18,8 @@ RUN pip install pydantic[email]
|
|
18 |
|
19 |
# Make all files and folders readable, writable, executable
|
20 |
RUN chmod -R 777 ./
|
|
|
|
|
21 |
# RUN ls -al
|
22 |
|
23 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
|
|
18 |
|
19 |
# Make all files and folders readable, writable, executable
|
20 |
RUN chmod -R 777 ./
|
21 |
+
|
22 |
+
# List all directories including hidden ones
|
23 |
# RUN ls -al
|
24 |
|
25 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|