From 7cd375a0f584f29dd61566374a95eae97762ea68 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 11 May 2023 12:59:26 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f61e58..30d9ccf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN cd cartodb && bundle exec grunt 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 + cp grunt_production.json.sample grunt_production.json