更新 'Dockerfile'

main
zhongjin 1 year ago
parent c4ac6d0d48
commit 603d824dc8

@ -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

Loading…
Cancel
Save