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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y git
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 /app/flask-web-server-with-auth
15
 
16
  # Install the required packages
17
  RUN pip install --no-cache-dir -r requirements.txt
 
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
 
16
  # Install the required packages
17
  RUN pip install --no-cache-dir -r requirements.txt