Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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 /
|
| 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
|