4
1
Fork 0
backend-core/postgres/Dockerfile

8 lines
271 B
Docker
Raw Permalink Normal View History

2019-02-16 13:01:34 +08:00
FROM postgres:10.3
COPY 1_initial.up.sql /docker-entrypoint-initdb.d
2019-02-18 22:18:08 +08:00
COPY 2_test_users.sql /docker-entrypoint-initdb.d
COPY 3_test_contacts.sql /docker-entrypoint-initdb.d
COPY 4_test_dms.sql /docker-entrypoint-initdb.d
COPY 5_test_group.sql /docker-entrypoint-initdb.d