memex-in commited on
Commit
ff21202
·
verified ·
1 Parent(s): 4b7edac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN dpkg -l | grep libpango1.0-dev
15
  RUN ls
16
  COPY requirements.txt ./
17
 
18
-
19
  RUN pip3 install -r requirements.txt
20
 
21
  EXPOSE 8501
 
15
  RUN ls
16
  COPY requirements.txt ./
17
 
18
+ COPY . ./
19
  RUN pip3 install -r requirements.txt
20
 
21
  EXPOSE 8501