fjenett commited on
Commit
f82886c
·
1 Parent(s): 8d32ec4

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', 'app.py']
 
21
 
22
  COPY . .
23
 
24
+ RUN which python && pwd
25
+
26
  CMD ['python', 'app.py']