Skip to content

Commit 658ae64

Browse files
committed
removing rake db:migrate for now.
1 parent 9949824 commit 658ae64

File tree

1 file changed

+1
-3
lines changed
  • scripts/sourceDockerfiles

1 file changed

+1
-3
lines changed

scripts/sourceDockerfiles/rails

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ RUN apt-get update
2323

2424
RUN bundle install
2525

26-
# Setup and seed database
27-
RUN rake db:create db:migrate
2826

2927
# Command to start the app
30-
CMD <start-command>
28+
CMD <start-command>

0 commit comments

Comments
 (0)