Skip to content

Commit eee9286

Browse files
committed
Merge branch 'main' of https://github.com/dataease/SQLBot
2 parents 5812194 + 9b8594f commit eee9286

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ RUN python --version && pip --version
5959
COPY --from=ghcr.io/astral-sh/uv:0.7.8 /uv /uvx /bin/
6060

6161
ARG DEPENDENCIES=" \
62-
vim \
6362
wait-for-it \
64-
postgresql-17-pgvector \
6563
build-essential \
6664
curl \
6765
gnupg \

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SSR_PATH=/opt/sqlbot/g2-ssr
22
APP_PATH=/opt/sqlbot/app
33

4-
/usr/local/bin/docker-entrypoint.sh postgres
4+
/usr/local/bin/docker-entrypoint.sh postgres &
55
sleep 5
66
wait-for-it 127.0.0.1:5432 --timeout=120 --strict -- echo -e "\033[1;32mPostgreSQL started.\033[0m"
77

0 commit comments

Comments
 (0)