Add root-spec to official Dockerfile
* Delete unused config file
This commit is contained in:
committed by
Steve Chávez
parent
367ad8ea43
commit
da7aa1d72f
+2
-1
@@ -37,7 +37,8 @@ ENV PGRST_DB_URI= \
|
||||
PGRST_JWT_AUD= \
|
||||
PGRST_MAX_ROWS= \
|
||||
PGRST_PRE_REQUEST= \
|
||||
PGRST_ROLE_CLAIM_KEY=".role"
|
||||
PGRST_ROLE_CLAIM_KEY=".role" \
|
||||
PGRST_ROOT_SPEC=
|
||||
|
||||
RUN groupadd -g 1000 postgrest && \
|
||||
useradd -r -u 1000 -g postgrest postgrest && \
|
||||
|
||||
Reference in New Issue
Block a user