Add root-spec to official Dockerfile

* Delete unused config file
This commit is contained in:
steve-chavez
2019-06-26 18:14:36 -05:00
committed by Steve Chávez
parent 367ad8ea43
commit da7aa1d72f
3 changed files with 3 additions and 4 deletions
+2 -1
View File
@@ -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 && \