Spaces:
Sleeping
Sleeping
Hugging Face Deploy commited on
Commit ·
dff74aa
1
Parent(s): b5f18a8
Fix config path and allow-unconfigured
Browse files- Dockerfile +1 -0
- entrypoint.sh +0 -0
Dockerfile
CHANGED
|
@@ -10,6 +10,7 @@ RUN npm install -g clawdbot@latest \
|
|
| 10 |
ENV CLAWBOT_CONFIG_DIR=/data/config
|
| 11 |
ENV CLAWBOT_WORKSPACE_DIR=/data/workspace
|
| 12 |
ENV CLAWBOT_STATE_DIR=/data/state
|
|
|
|
| 13 |
|
| 14 |
ENV NODE_ENV=production
|
| 15 |
ENV PORT=7860
|
|
|
|
| 10 |
ENV CLAWBOT_CONFIG_DIR=/data/config
|
| 11 |
ENV CLAWBOT_WORKSPACE_DIR=/data/workspace
|
| 12 |
ENV CLAWBOT_STATE_DIR=/data/state
|
| 13 |
+
ENV CLAWBOT_CONFIG_PATH=/data/config/clawdbot.json
|
| 14 |
|
| 15 |
ENV NODE_ENV=production
|
| 16 |
ENV PORT=7860
|
entrypoint.sh
CHANGED
|
Binary files a/entrypoint.sh and b/entrypoint.sh differ
|
|
|