benjolo commited on
Commit
9ded12c
1 Parent(s): 8047a1d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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