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

Update Dockerfile

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