fuliai commited on
Commit
5e2e20b
·
verified ·
1 Parent(s): 3aee520

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +0 -2
run.sh CHANGED
@@ -6,8 +6,6 @@ if [ "$(id -u)" -ne 1000 ]; then
6
  exec gosu postgres "$0" "$@"
7
  fi
8
 
9
- chown -R postgres:postgres /app && chmod -R 775 /app
10
-
11
  # 启动 PostgreSQL 服务
12
  docker-entrypoint.sh postgres &
13
 
 
6
  exec gosu postgres "$0" "$@"
7
  fi
8
 
 
 
9
  # 启动 PostgreSQL 服务
10
  docker-entrypoint.sh postgres &
11