apple muncy commited on
Commit
7566866
·
1 Parent(s): d0bb80b

add entrypoint to Dockerfile

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. 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 ["python", "mcp_server.py"]
 
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"]