Files
containers/bitnami/ruby/post-install.sh
2015-08-25 18:09:10 -07:00

7 lines
113 B
Bash

#!/bin/bash
mkdir /app
chown -R $BITNAMI_APP_USER:$BITNAMI_APP_USER /app/ $BITNAMI_APP_DIR
gem install bundler