Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -3,7 +3,9 @@ FROM nikolaik/python-nodejs:python3.10-nodejs18
|
|
3 |
ARG CACHEBUST=4
|
4 |
|
5 |
ENV WORKDIR=/home/pn/nocodb \
|
6 |
-
PORT=7860
|
|
|
|
|
7 |
|
8 |
RUN apt-get update \
|
9 |
&& apt-get upgrade -y \
|
|
|
3 |
ARG CACHEBUST=4
|
4 |
|
5 |
ENV WORKDIR=/home/pn/nocodb \
|
6 |
+
PORT=7860 \
|
7 |
+
DATABASE_URL="jdbc:postgresql://aws-0-us-east-2.pooler.supabase.com:6543/postgres?user=postgres.radhlagkukpxutgqggod&password=supabase-ok" \
|
8 |
+
NC_AUTH_JWT_SECRET="NC_AUTH_JWT_SECRET"
|
9 |
|
10 |
RUN apt-get update \
|
11 |
&& apt-get upgrade -y \
|