This is an automated email from the ASF dual-hosted git repository. ioleksandr pushed a commit to branch DLAB-657 in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-657 by this push: new 8e5d926 Update mongo_Dockerfile 8e5d926 is described below commit 8e5d926294008146dce6615b1d908c61575ba241 Author: i.oleksandr <i.oleksa...@gmail.com> AuthorDate: Wed Jun 5 14:39:22 2019 +0300 Update mongo_Dockerfile --- infrastructure-provisioning/src/ssn/files/os/mongo_Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-provisioning/src/ssn/files/os/mongo_Dockerfile b/infrastructure-provisioning/src/ssn/files/os/mongo_Dockerfile index 39ab400..62dacf0 100644 --- a/infrastructure-provisioning/src/ssn/files/os/mongo_Dockerfile +++ b/infrastructure-provisioning/src/ssn/files/os/mongo_Dockerfile @@ -23,7 +23,7 @@ FROM mongo:4.0-xenial ARG CLOUD_PROVIDER -COPY create_db.js /root/ +COPY ssn/files/os/create_db.js /root/ COPY ssn/files/${CLOUD_PROVIDER}/mongo_roles.json /root/ RUN mv /root/mongodb.conf /etc/mongodb.conf --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org