fjenett commited on
Commit
48c76ba
·
1 Parent(s): f82886c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -21,6 +21,4 @@ RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
21
 
22
  COPY . .
23
 
24
- RUN which python && pwd
25
-
26
- CMD ['python', 'app.py']
 
21
 
22
  COPY . .
23
 
24
+ CMD ['/usr/local/bin/python', '/opt/build/app.py']