aigenai commited on
Commit
1823f21
·
verified ·
1 Parent(s): e40daaf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -4,7 +4,6 @@ ARG CACHEBUST=8
4
 
5
  ENV WORKDIR=/home/pn/nocodb \
6
  PORT=7860 \
7
- NC_DB="postgresql://nocodb_owner:[email protected]/nocodb?sslmode=require" \
8
  NC_AUTH_JWT_SECRET="NC_AUTH_JWT_SECRET"
9
 
10
  RUN apt-get update \
 
4
 
5
  ENV WORKDIR=/home/pn/nocodb \
6
  PORT=7860 \
 
7
  NC_AUTH_JWT_SECRET="NC_AUTH_JWT_SECRET"
8
 
9
  RUN apt-get update \