We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5812194 + 9b8594f commit eee9286Copy full SHA for eee9286
Dockerfile
@@ -59,9 +59,7 @@ RUN python --version && pip --version
59
COPY --from=ghcr.io/astral-sh/uv:0.7.8 /uv /uvx /bin/
60
61
ARG DEPENDENCIES=" \
62
- vim \
63
wait-for-it \
64
- postgresql-17-pgvector \
65
build-essential \
66
curl \
67
gnupg \
start.sh
@@ -1,7 +1,7 @@
1
SSR_PATH=/opt/sqlbot/g2-ssr
2
APP_PATH=/opt/sqlbot/app
3
4
-/usr/local/bin/docker-entrypoint.sh postgres
+/usr/local/bin/docker-entrypoint.sh postgres &
5
sleep 5
6
wait-for-it 127.0.0.1:5432 --timeout=120 --strict -- echo -e "\033[1;32mPostgreSQL started.\033[0m"
7
0 commit comments