Spaces:
Running
Running
zbotta commited on
Commit ·
a36ddac
1
Parent(s): a0c7985
entrypoint.sh file was not well described
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -64,4 +64,4 @@ EXPOSE 8501
|
|
| 64 |
|
| 65 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 66 |
|
| 67 |
-
ENTRYPOINT ["/entry_point.sh"]
|
|
|
|
| 64 |
|
| 65 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 66 |
|
| 67 |
+
ENTRYPOINT ["/reportAgent/entry_point.sh"]
|