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