jason137 commited on
Commit
5fb1324
·
1 Parent(s): a96b6e9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -5,6 +5,8 @@ RUN apt-get update \
5
  && apt-get install -y sqlite3 \
6
  && apt-get install -y git
7
 
 
 
8
  RUN pip install --upgrade --no-cache-dir pip \
9
  && pip install --upgrade --no-cache-dir -r requirements.txt
10
 
 
5
  && apt-get install -y sqlite3 \
6
  && apt-get install -y git
7
 
8
+ COPY requirements.txt .
9
+
10
  RUN pip install --upgrade --no-cache-dir pip \
11
  && pip install --upgrade --no-cache-dir -r requirements.txt
12