redis缓存替换+pgvector向量替换
This commit is contained in:
@@ -10,10 +10,6 @@ ADD ./grpc_health_probe-linux-amd64 /usr/bin/grpc_health_probe
|
||||
RUN chmod +x /usr/bin/grpc_health_probe
|
||||
MAINTAINER nick
|
||||
WORKDIR /app/
|
||||
ADD ./dev.config.yaml /app/config.yaml
|
||||
ADD ./dict.txt /app/dict.txt
|
||||
COPY --from=stage0 /src/keywords-filter/keywords-filter ./
|
||||
# 指定入口程序
|
||||
ENTRYPOINT ["./keywords-filter"]
|
||||
# 指定容器的启动命令或者入口程序的参数
|
||||
CMD ["--config=config.yaml","--dict=dict.txt"]
|
||||
|
||||
Reference in New Issue
Block a user