Skip to content

Commit bcfebf6

Browse files
authored
Merge pull request #359 from alphagov/remove_db_migrate
Remove db:migrate From Start Command
2 parents 9bbbf18 + f5ca2a1 commit bcfebf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ COPY --chown=ruby:ruby --from=build /app /app
5151

5252
EXPOSE 9292
5353

54-
CMD ["/bin/sh", "-o", "xtrace", "-c", "rake db:migrate && rails s -b 0.0.0.0 -p 9292"]
54+
CMD ["/bin/sh", "-o", "xtrace", "-c", "rails s -b 0.0.0.0 -p 9292"]

0 commit comments

Comments
 (0)