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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +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
- RUN ls
17
  # Install the required packages
18
  RUN pip install --no-cache-dir -r requirements.txt
19
 
 
13
  # Change to the directory containing the app files
14
  WORKDIR /flask-web-server-with-auth
15
 
16
+ RUN ls -la
17
  # Install the required packages
18
  RUN pip install --no-cache-dir -r requirements.txt
19