Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 6e36b02

Browse files
Fix dockerfile: add admin user when instantiating the docker.
1 parent f7f716c commit 6e36b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ EXPOSE $MONGODB_PORT
5555
#update rake start to bundle exec rake start
5656
RUN sed -i 's/rake start/bundle exec rake start/g' /root/TeNOR/invoker.ini
5757

58-
ENTRYPOINT /etc/init.d/mongod start && invoker start invoker.ini && /bin/bash
58+
ENTRYPOINT /etc/init.d/mongod start && cd /root/TeNOR/ns-manager/ && bundle exec rake db:seed && cd /root/TeNOR/ && invoker start invoker.ini && /bin/bash

0 commit comments

Comments
 (0)