Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -21,6 +21,4 @@ RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
|
|
21 |
|
22 |
COPY . .
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
CMD ['python', 'app.py']
|
|
|
21 |
|
22 |
COPY . .
|
23 |
|
24 |
+
CMD ['/usr/local/bin/python', '/opt/build/app.py']
|
|
|
|