We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233a70e commit ba25074Copy full SHA for ba25074
Dockerfile
@@ -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