Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -10,6 +10,7 @@ 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 |
# Change to the directory containing the app files
|
| 14 |
WORKDIR /flask-web-server-with-auth
|
| 15 |
|
|
|
|
| 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 |
|