fjenett commited on
Commit
83a45ce
1 Parent(s): 48c76ba

Update Dockerfile

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