We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07138e commit d99390bCopy full SHA for d99390b
Dockerfile
@@ -30,7 +30,7 @@ RUN mkdir -p "$DB_BASE_DIR"
30
COPY res ./res
31
COPY run ./run
32
33
-RUN run/fill-db --samples
+RUN run/fill-db --debug-loading --skip-compacting --samples
34
35
# NOTE Labels and annotations are added by CI (outside this Dockerfile);
36
# see `.github/workflows/docker.yml`.
0 commit comments