oki0ki commited on
Commit
a014d95
·
verified ·
1 Parent(s): 4eacb74

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -32,6 +32,7 @@ ENV WEBHOOK_URL=
32
  ENV ENABLE_NOTES=false
33
  ENV ENABLE_CHANNELS=false
34
  ENV DATABASE_URL=postgresql://neondb_owner:npg_cBFEiwn7lyQ4@ep-long-king-ap5wvxlb-pooler.c-7.us-east-1.aws.neon.tech/neondb?channel_binding=require&sslmode=require
 
35
 
36
  COPY --chown=user ./requirements.txt requirements.txt
37
  RUN pip install --no-cache-dir --upgrade -r requirements.txt psycopg2-binary
 
32
  ENV ENABLE_NOTES=false
33
  ENV ENABLE_CHANNELS=false
34
  ENV DATABASE_URL=postgresql://neondb_owner:npg_cBFEiwn7lyQ4@ep-long-king-ap5wvxlb-pooler.c-7.us-east-1.aws.neon.tech/neondb?channel_binding=require&sslmode=require
35
+ ENV ENABLE_PERSISTENT_CONFIG=false
36
 
37
  COPY --chown=user ./requirements.txt requirements.txt
38
  RUN pip install --no-cache-dir --upgrade -r requirements.txt psycopg2-binary