ensl.org/entry.sh
Ari Timonen 3984ad2442 Fix docker image
Fix bunch of things with docker and add entry.sh
2018-04-14 13:02:58 +00:00

6 lines
113 B
Bash
Executable file

#!/bin/bash
env|grep -i MYSQL
cd /var/www
bundle exec rake assets:precompile
bundle exec puma -C config/puma.rb