samlam111 commited on
Commit
b07419a
·
1 Parent(s): fe4f8dd

Added Dockerfile print statements

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -35,5 +35,10 @@ ENV PYTHONUNBUFFERED=1
35
  ENV GRADIO_SERVER_NAME=0.0.0.0
36
  ENV GRADIO_SERVER_PORT=7860
37
 
 
 
 
 
 
38
  # Run the application
39
  CMD ["python", "app.py"]
 
35
  ENV GRADIO_SERVER_NAME=0.0.0.0
36
  ENV GRADIO_SERVER_PORT=7860
37
 
38
+ # Run ls and pwd
39
+ RUN ls -la
40
+ RUN ls -la /app
41
+ RUN pwd
42
+
43
  # Run the application
44
  CMD ["python", "app.py"]