We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a4c33 commit d45a9bcCopy full SHA for d45a9bc
Dockerfile
@@ -32,7 +32,7 @@ WORKDIR /app
32
ENV NODE_ENV=production
33
ENV NEXT_TELEMETRY_DISABLED=1
34
ENV DATA_DIR=/data
35
-ENV CONFIG_PATH=$DATA_DIR/config.json
+ENV CONFIG_PATH=$DATA_DIR/sample-config.json
36
ENV DATA_CACHE_DIR=$DATA_DIR/.sourcebot
37
38
# Sourcebot collects anonymous usage data using [PostHog](https://posthog.com/). Uncomment this line to disable.
0 commit comments