fjenett commited on
Commit
6b6234f
1 Parent(s): c0529cb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -21,4 +21,6 @@ RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
21
 
22
  COPY . .
23
 
 
 
24
  CMD ["python", "/opt/build/app.py"]
 
21
 
22
  COPY . .
23
 
24
+ RUN pip install -r requirements.txt
25
+
26
  CMD ["python", "/opt/build/app.py"]