Skip to content

Commit 06907da

Browse files
committed
removing rake db:migrate for now.
Since we don't have weave STEP.
1 parent b35b061 commit 06907da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/seed-version.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,6 @@ var sources = [{
323323
'\n' +
324324
'RUN bundle install\n' +
325325
'\n' +
326-
'# Setup and seed database\n' +
327-
'RUN rake db:create db:migrate\n' +
328-
'\n' +
329326
'# Command to start the app\n' +
330327
'CMD <start-command>\n'
331328
}, {

0 commit comments

Comments
 (0)