mirror of
https://github.com/bitnami/containers.git
synced 2026-02-27 15:07:25 +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
|