ensl.org/entry.sh
Ari Timonen fe66edf712 Update docker version for CI
Get old circleci.yml
entry.sh env
Add test.sh for testing
Update Makefile for correct docker path
ADd env/test.sh
2018-04-15 12:51:22 +00:00

7 lines
111 B
Bash
Executable file

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