Skip to content

Commit d99390b

Browse files
committed
docker: Make sample data filling easier debuggable
1 parent a07138e commit d99390b

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
@@ -30,7 +30,7 @@ RUN mkdir -p "$DB_BASE_DIR"
3030
COPY res ./res
3131
COPY run ./run
3232

33-
RUN run/fill-db --samples
33+
RUN run/fill-db --debug-loading --skip-compacting --samples
3434

3535
# NOTE Labels and annotations are added by CI (outside this Dockerfile);
3636
# see `.github/workflows/docker.yml`.

0 commit comments

Comments
 (0)