Skip to content

Commit d45a9bc

Browse files
committed
change default CONFIG_PATH to sample-config.json
1 parent 34a4c33 commit d45a9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ WORKDIR /app
3232
ENV NODE_ENV=production
3333
ENV NEXT_TELEMETRY_DISABLED=1
3434
ENV DATA_DIR=/data
35-
ENV CONFIG_PATH=$DATA_DIR/config.json
35+
ENV CONFIG_PATH=$DATA_DIR/sample-config.json
3636
ENV DATA_CACHE_DIR=$DATA_DIR/.sourcebot
3737

3838
# Sourcebot collects anonymous usage data using [PostHog](https://posthog.com/). Uncomment this line to disable.

0 commit comments

Comments
 (0)