Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -19,3 +19,6 @@ RUN git clone https://github.com/Li-Zhaoxi/AAMED.git && \
|
|
19 |
# COPY test.py /opt/build/AAMED/python/
|
20 |
# RUN cd /opt/build/AAMED/python && python test.py
|
21 |
|
|
|
|
|
|
|
|
19 |
# COPY test.py /opt/build/AAMED/python/
|
20 |
# RUN cd /opt/build/AAMED/python && python test.py
|
21 |
|
22 |
+
COPY . .
|
23 |
+
|
24 |
+
CMD ['python', 'app.py']
|