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