Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -29,7 +29,7 @@ RUN curl -o /tmp/setup.sh https://raw.githubusercontent.com/aigem/hf-nocodb/new/
|
|
| 29 |
# 执行设置脚本
|
| 30 |
RUN --mount=type=secret,id=DB_POSTGRESDB_USER,mode=0444,required=true \
|
| 31 |
--mount=type=secret,id=DB_POSTGRESDB_PASSWORD,mode=0444,required=true \
|
| 32 |
-
/usr/src/appEntry/
|
| 33 |
|
| 34 |
# 切换回 node 用户
|
| 35 |
USER node
|
|
|
|
| 29 |
# 执行设置脚本
|
| 30 |
RUN --mount=type=secret,id=DB_POSTGRESDB_USER,mode=0444,required=true \
|
| 31 |
--mount=type=secret,id=DB_POSTGRESDB_PASSWORD,mode=0444,required=true \
|
| 32 |
+
/usr/src/appEntry/setup.sh
|
| 33 |
|
| 34 |
# 切换回 node 用户
|
| 35 |
USER node
|