mirror of
https://github.com/bitnami/containers.git
synced 2026-03-03 06:58:07 +08:00
4 lines
91 B
Bash
4 lines
91 B
Bash
#!/bin/bash
|
|
mkdir /app
|
|
chown -R $BITNAMI_APP_USER:$BITNAMI_APP_USER /app/ $BITNAMI_APP_DIR
|