2022-12-31 01:47:29 +03:00
|
|
|
FROM postgres
|
2022-12-31 01:43:30 +03:00
|
|
|
|
2023-01-03 19:27:10 +03:00
|
|
|
ADD docker-compose_test_db_init.sql /docker-entrypoint-initdb.d/docker-compose_test_db_init.sql
|
|
|
|
RUN chown -R postgres /docker-entrypoint-initdb.d/docker-compose_test_db_init.sql
|
|
|
|
# ENTRYPOINT ["docker-entrypoint.sh"]
|