Skip to content

Commit

Permalink
fix(build): Fix build allinone images error (eosphoros-ai#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc authored and Hopshine committed Sep 10, 2024
1 parent c3c9038 commit c65cc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/allinone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN mkdir /docker-entrypoint-initdb.d \
ENV MYSQL_ROOT_PASSWORD=aa123456
ENV LOCAL_DB_PASSWORD="$MYSQL_ROOT_PASSWORD"

RUN cp /app/assets/schema/knowledge_management.sql /docker-entrypoint-initdb.d/
RUN cp /app/assets/schema/dbgpt.sql /docker-entrypoint-initdb.d/

COPY docker/allinone/allinone-entrypoint.sh /usr/local/bin/allinone-entrypoint.sh
COPY docker/examples/sqls/*_mysql.sql /docker-entrypoint-initdb.d/
Expand Down

0 comments on commit c65cc4d

Please sign in to comment.