upload
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -38,7 +38,7 @@ RUN chmod +x serve_grobid.sh
|
|
38 |
RUN ./serve_grobid.sh
|
39 |
|
40 |
# open the backend server
|
41 |
-
RUN python backend.py
|
42 |
|
43 |
# Run the command to start the streamlit app
|
44 |
CMD ["streamlit", "run", "frontend.py", "--server.address", "0.0.0.0", "--server.port", "7860", "--server.enableCORS", "true", "--server.enableXsrfProtection", "false"]
|
|
|
38 |
RUN ./serve_grobid.sh
|
39 |
|
40 |
# open the backend server
|
41 |
+
RUN python backend.py
|
42 |
|
43 |
# Run the command to start the streamlit app
|
44 |
CMD ["streamlit", "run", "frontend.py", "--server.address", "0.0.0.0", "--server.port", "7860", "--server.enableCORS", "true", "--server.enableXsrfProtection", "false"]
|