Fix marketplace DB: revert workingDir, add NEURON_MARKETPLACE_DB_PATH
workingDir: /data broke the JVM (app.jar is a relative path in /app). Add NEURON_MARKETPLACE_DB_PATH=/data/neuron-marketplace.db env var following the same pattern as NEURON_DB_PATH for the core DB.
This commit is contained in:
@@ -42,7 +42,6 @@ spec:
|
||||
- name: neuron-mcp
|
||||
image: registry.neuralplatform.ai/neuron-technologies/neuron-mcp:v0.15.3
|
||||
imagePullPolicy: Always
|
||||
workingDir: /data
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
|
||||
Reference in New Issue
Block a user