summaryrefslogtreecommitdiff
path: root/mongodb/Dockerfile
diff options
context:
space:
mode:
authorjc0b <j.burley@vu.nl>2020-05-11 20:43:03 +0200
committerjc0b <j.burley@vu.nl>2020-06-09 14:51:50 +0200
commit4f8612501ed5cf9653aa6ab14c8455605f56464b (patch)
tree754a3ae7e1822184be5a195a90e30108bcebe24f /mongodb/Dockerfile
parent3e182d0476637fca2ee618d26aa6776f0e20b2c7 (diff)
Added mongodb dockerfile, removed tests being added to sql db
Diffstat (limited to 'mongodb/Dockerfile')
-rw-r--r--mongodb/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mongodb/Dockerfile b/mongodb/Dockerfile
index e8dd98bc..b4eb9dd1 100644
--- a/mongodb/Dockerfile
+++ b/mongodb/Dockerfile
@@ -2,5 +2,4 @@ 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
-ADD mongo-opendc-schema.sh /docker-entrypoint-initdb.d \ No newline at end of file
+ADD mongo-init-opendc-db.sh /docker-entrypoint-initdb.d \ No newline at end of file