pvanand commited on
Commit
0df6e07
·
verified ·
1 Parent(s): c60998b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y git
10
  # Clone the repository
11
  RUN git clone https://github.com/pvanand07/flask-web-server-with-auth.git .
12
 
 
13
  # Change to the directory containing the app files
14
  WORKDIR /flask-web-server-with-auth
15
 
 
10
  # Clone the repository
11
  RUN git clone https://github.com/pvanand07/flask-web-server-with-auth.git .
12
 
13
+ RUN ls -la
14
  # Change to the directory containing the app files
15
  WORKDIR /flask-web-server-with-auth
16