simo 1 月之前
父節點
當前提交
f64e1e2841
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -53,7 +53,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
 COPY --from=build /src/bin/omnisearch /usr/local/bin/omnisearch
 COPY --from=build /src/templates /app/templates
 COPY --from=build /src/static /app/static
-COPY --from=build /src/example-config.ini /app/config.ini
+COPY --from=build /src/config.ini /app/config.ini
 
 # Bundle libbeaker from build stage and register likely library directories with the dynamic loader.
 # Don't assume an exact SONAME/filename (it might be libbeaker.so.0, etc) or install location.