更新 'Dockerfile'

master
zhongjin 1 year ago
parent 1cd8feae2f
commit dde2611477

@ -249,7 +249,7 @@ RUN mkdir -p /cartodb/log && touch /cartodb/log/users_modifications && \
perl -pi -e 's/0\.22\.0/0.22.2/' /cartodb/app/models/user/db_service.rb perl -pi -e 's/0\.22\.0/0.22.2/' /cartodb/app/models/user/db_service.rb
RUN service postgresql start && service redis-server start && \ RUN service postgresql start && service redis-server start && \
cd /cartodb && bash script/create_dev_user && \ cd /cartodb && bash script/create_dev_user && \
bash script/setup_organization.sh && \ #bash script/setup_organization.sh && \
#bash script/geocoder.sh" && \ #bash script/geocoder.sh" && \
service postgresql stop && service redis-server stop && \ service postgresql stop && service redis-server stop && \
chmod +x /cartodb/script/fill_geocoder.sh && \ chmod +x /cartodb/script/fill_geocoder.sh && \

Loading…
Cancel
Save