mirror of
https://github.com/bitnami/containers.git
synced 2026-02-23 08:57:25 +08:00
chown the /app directory at boot
This commit is contained in:
@@ -7,3 +7,5 @@ generate_conf_files
|
||||
if [ ! "$(ls -A /app)" ]; then
|
||||
cp -r $BITNAMI_APP_DIR/htdocs.defaults/* $BITNAMI_APP_DIR/htdocs
|
||||
fi
|
||||
|
||||
chown -R $BITNAMI_APP_USER:$BITNAMI_APP_USER $BITNAMI_APP_DIR/htdocs
|
||||
|
||||
Reference in New Issue
Block a user