feat: sync with upstream change

This commit is contained in:
rzmk 2025-07-16 06:20:28 -04:00
parent fb8e5b9be5
commit 585400ebad
2 changed files with 3 additions and 0 deletions

View file

@ -101,6 +101,8 @@ COPY ./apps/api ./
WORKDIR /app
COPY ./extra/nginx.conf /etc/nginx/conf.d/default.conf
ENV PORT=80 LEARNHOUSE_PORT=9000 HOSTNAME=0.0.0.0
# Set DATABASE_URL to use the same value as LEARNHOUSE_SQL_CONNECTION_STRING at runtime
ENV DATABASE_URL=${LEARNHOUSE_SQL_CONNECTION_STRING}
COPY ./extra/start.sh /app/start.sh
# Make the start script executable