File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -808,9 +808,9 @@ RUN sed -i "s/#unix_socket_directories = '\/tmp'/unix_socket_directories = '\/va
808
808
chown postgres:postgres /etc/postgresql-custom
809
809
810
810
# Include schema migrations
811
- COPY ansible/files/pgbouncer_config/pgbouncer_auth_schema.sql /docker-entrypoint-initdb.d/00-schema.sql
812
- COPY ansible/files/stat_extension.sql /docker-entrypoint-initdb.d/01-extension.sql
813
811
COPY migrations/db /docker-entrypoint-initdb.d/
812
+ COPY ansible/files/pgbouncer_config/pgbouncer_auth_schema.sql /docker-entrypoint-initdb.d/init-scripts/00-schema.sql
813
+ COPY ansible/files/stat_extension.sql /docker-entrypoint-initdb.d/migrations/00-extension.sql
814
814
815
815
# Setup default host and locale
816
816
ENV POSTGRES_HOST=/var/run/postgresql
You can’t perform that action at this time.
0 commit comments