mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: sync with upstream change
This commit is contained in:
parent
fb8e5b9be5
commit
585400ebad
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue