diff --git a/Dockerfile b/Dockerfile index 5b165f43..8f35fda7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,6 +41,8 @@ USER rally ENV HOME /home/rally CMD ["bash", "--login"] +RUN rally-manage db recreate + # TODO(stpierre): Find a way to use `rally` as the # entrypoint. Currently this is complicated by the need to run # rally-manage to create the database.