Skip to content

Commit ba25074

Browse files
committed
First Dockerfile, will be adapted for docker-compose
1 parent 233a70e commit ba25074

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM postgres:13-alpine
2+
3+
ENV POSTGRES_DB imis
4+
5+
COPY ["database scripts/00_dump.sql", "database scripts/0[2345]_*.sql", "database scripts/demo_db.sql", "/docker-entrypoint-initdb.d/"]

0 commit comments

Comments
 (0)