mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
3984ad2442
Fix bunch of things with docker and add entry.sh
6 lines
113 B
Bash
Executable file
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
|