mirror of
https://github.com/bitnami/containers.git
synced 2026-03-01 06:57:49 +08:00
7 lines
113 B
Bash
7 lines
113 B
Bash
#!/bin/bash
|
|
|
|
mkdir /app
|
|
chown -R $BITNAMI_APP_USER:$BITNAMI_APP_USER /app/ $BITNAMI_APP_DIR
|
|
|
|
gem install bundler
|