build: 分开镜像

This commit is contained in:
liqiang-fit2cloud 2024-03-15 15:49:57 +08:00
parent 6a2e5990a8
commit 558a2dad32

View File

@ -4,7 +4,7 @@ ENV LANG=C.UTF-8
RUN apt-get update
RUN apt-get install postgresql-15-pgvector
RUN apt-get install -y postgresql-15-pgvector
COPY installer/init.sql /docker-entrypoint-initdb.d