Update run.sh
Browse files
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 |
|