diff --git a/Dockerfile b/Dockerfile index a685347..3f61e58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,10 @@ RUN cd cartodb && bundle exec grunt # /bin/bash -l -c 'bundle exec grunt' # && \ #rm -rf .git /root/.cache/pip node_modules +RUN cd cartodb/config && \ + cp app_config.yml.sample app_config.yml && \ + cp database.yml.sample database.yml && \ + grunt_production.json.sample grunt_production.json