Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
·
7566866
1
Parent(s):
d0bb80b
add entrypoint to Dockerfile
Browse filesSigned-off-by: apple muncy <[email protected]>
- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -32,5 +32,6 @@ EXPOSE 443
|
|
32 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
33 |
CMD curl -f http://localhost:8000/ || exit 1
|
34 |
|
|
|
35 |
# Run the application
|
36 |
-
CMD ["
|
|
|
32 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
33 |
CMD curl -f http://localhost:8000/ || exit 1
|
34 |
|
35 |
+
ENTRYPOINT ["python", "mcp_server.py"]
|
36 |
# Run the application
|
37 |
+
CMD ["-c"]
|