Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ 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 |
-
|
| 10 |
RUN ls
|
| 11 |
# Set environment variable for Matplotlib to use a writable directory
|
| 12 |
ENV MPLCONFIGDIR=/app/matplotlib
|
|
|
|
| 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
|
| 11 |
# Set environment variable for Matplotlib to use a writable directory
|
| 12 |
ENV MPLCONFIGDIR=/app/matplotlib
|