pvanand commited on
Commit
bbb2c0e
·
verified ·
1 Parent(s): 1f1c64b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ RUN git clone https://github.com/pvanand07/flask-web-server-with-auth.git .
13
  # Change to the directory containing the app files
14
  WORKDIR /flask-web-server-with-auth
15
 
 
16
  # Install the required packages
17
  RUN pip install --no-cache-dir -r requirements.txt
18
 
 
13
  # Change to the directory containing the app files
14
  WORKDIR /flask-web-server-with-auth
15
 
16
+ RUN ls
17
  # Install the required packages
18
  RUN pip install --no-cache-dir -r requirements.txt
19