Commit 9e14c28ed9bb3837c1a811801d66dd3b0c51d86f

Authored by João Vitor Rebouças
1 parent fdd827a4
Exists in coppe

Corrigindo entrypoint para não limpar o banco

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
docker-entrypoint.sh
1 1 #!/bin/bash
2 2  
3   -rake db:create db:setup
  3 +rake db:create db:migrate
4 4  
5 5 PID="/myapp/tmp/pids/server.pid"
6 6  
... ...