|
|
@@ -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.
|