roeel0 commited on
Commit
ce7387b
·
verified ·
1 Parent(s): bd34e83

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ USER mcp
30
 
31
  EXPOSE 8000
32
 
33
- CMD ["sh", "-c", "echo \"$MCPO_CONFIG_JSON\" > /app/config.json && mcpo --config /app/config.json"]
 
30
 
31
  EXPOSE 8000
32
 
33
+ ENTRYPOINT ["/app/entrypoint.sh"]