Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -5,6 +5,7 @@ FROM python:3.10.9
|
|
| 5 |
WORKDIR /app
|
| 6 |
|
| 7 |
RUN git clone https://github.com/pvanand07/fastapi-web-server-with-auth.git
|
|
|
|
| 8 |
# Copy the current directory contents into the container at /app
|
| 9 |
COPY fastapi-web-server-with-auth /app
|
| 10 |
RUN ls
|
|
|
|
| 5 |
WORKDIR /app
|
| 6 |
|
| 7 |
RUN git clone https://github.com/pvanand07/fastapi-web-server-with-auth.git
|
| 8 |
+
RUN ls
|
| 9 |
# Copy the current directory contents into the container at /app
|
| 10 |
COPY fastapi-web-server-with-auth /app
|
| 11 |
RUN ls
|