更新 'Dockerfile'

This commit is contained in:
zhongjin 2023-05-11 12:58:24 +08:00
parent c4ac6d0d48
commit 603d824dc8

View File

@ -34,6 +34,10 @@ RUN cd cartodb && bundle exec grunt
# /bin/bash -l -c 'bundle exec grunt' # /bin/bash -l -c 'bundle exec grunt'
# && \ # && \
#rm -rf .git /root/.cache/pip node_modules #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