diff options
Diffstat (limited to 'core/mongodb/Dockerfile')
| -rw-r--r-- | core/mongodb/Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/mongodb/Dockerfile b/core/mongodb/Dockerfile new file mode 100644 index 00000000..b4eb9dd1 --- /dev/null +++ b/core/mongodb/Dockerfile @@ -0,0 +1,5 @@ +FROM mongo:4.2.5 +MAINTAINER Jacob Burley <j.burley@vu.nl> + +# Import init script +ADD mongo-init-opendc-db.sh /docker-entrypoint-initdb.d
\ No newline at end of file |
