Add recommended indexes for Carto style (thanks @souladm)

This commit is contained in:
Alexander Overvoorde
2019-06-14 23:23:42 +02:00
parent d7c2817f9f
commit 9b2b67b076
3 changed files with 53 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ RUN chown -R postgres:postgres /var/lib/postgresql \
# Start running
COPY run.sh /
COPY indexes.sql /
ENTRYPOINT ["/run.sh"]
CMD []