From 603d824dc8b4c94bb2554920e6d7efb3fff773bc Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 11 May 2023 12:58:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) 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