Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 [
|
|
|
21 |
|
22 |
COPY . .
|
23 |
|
24 |
+
CMD ["python", "/opt/build/app.py"]
|