更新 'Dockerfile'

master
zhongjin 1 year ago
parent a2095f1189
commit 92d201cf5c

@ -185,7 +185,8 @@ RUN git clone https://git.kongjian.xin:8443/cartodb/cartodb-4.29.git cartodb &&
cd cartodb && \ cd cartodb && \
# git checkout $CARTODB_VERSION && \ # git checkout $CARTODB_VERSION && \
# Install cartodb extension # Install cartodb extension
cd lib/sql && \ cd lib/ && git clone https://github.com/CartoDB/cartodb-postgresql.git sql && cd sql && git checkout 4c93258cd2 && \
# cd lib/sql &&
PGUSER=postgres make install && \ PGUSER=postgres make install && \
service postgresql start && /bin/su postgres -c \ service postgresql start && /bin/su postgres -c \
/tmp/cartodb_pgsql.sh && service postgresql stop && \ /tmp/cartodb_pgsql.sh && service postgresql stop && \

Loading…
Cancel
Save