upload
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -41,5 +41,5 @@ RUN ./serve_grobid.sh
|
|
| 41 |
|
| 42 |
# open the backend server
|
| 43 |
# Run the command to start the streamlit app
|
| 44 |
-
CMD ["
|
| 45 |
|
|
|
|
| 41 |
|
| 42 |
# open the backend server
|
| 43 |
# Run the command to start the streamlit app
|
| 44 |
+
CMD ["bash" ,"run.sh"]
|
| 45 |
|