Rails 5.2

This commit is contained in:
Patrick Gansterer 2020-08-01 00:20:42 +02:00
parent 4642eb6c54
commit 899a83bec4
14 changed files with 171 additions and 79 deletions

View file

@ -36,6 +36,7 @@ RUN export DATABASE_URL=mysql2://localhost/temp?encoding=utf8 && \
apt-get update && \
apt-get install -y mariadb-server && \
/etc/init.d/mysql start && \
mariadb -e "CREATE DATABASE temp" && \
cp config/app_config.yml.SAMPLE config/app_config.yml && \
cp config/database.yml.MySQL_SAMPLE config/database.yml && \
bundle exec rake db:setup assets:precompile && \