diff --git a/Dockerfile b/Dockerfile index 15c244a3dd..9b5a2ed7c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,4 +60,4 @@ RUN ls /app/public/ && \ ARG COMMIT_SHA ENV COMMIT_SHA=${COMMIT_SHA} -CMD ["bundle", "exec", "rails", "db:migrate:with_data_migrations", "&&", "bundle", "exec", "rails", "server", "-b 0.0.0.0"] +CMD bundle exec rails db:migrate:with_data_migrations && bundle exec rails server -b 0.0.0.0