pvanand commited on
Commit
1477179
·
verified ·
1 Parent(s): 1c5ffbb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # COPY . /app
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