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

Update Dockerfile

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