Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ ARG CACHEBUST=8
|
|
4 |
|
5 |
ENV WORKDIR=/home/pn/nocodb \
|
6 |
PORT=7860 \
|
7 |
-
NC_DB="pg://
|
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_DB="pg://aws-0-us-east-2.pooler.supabase.com:6543?u=postgres.radhlagkukpxutgqggod&p=supabase-ok&d=postgres" \
|
8 |
NC_AUTH_JWT_SECRET="NC_AUTH_JWT_SECRET"
|
9 |
|
10 |
RUN apt-get update \
|