Skip to content
Snippets Groups Projects
Commit 18de314b authored by George Sedov's avatar George Sedov
Browse files

fix docker again

parent e9b6417b
No related branches found
No related tags found
No related merge requests found
...@@ -71,8 +71,8 @@ telemetry = {\n\ ...@@ -71,8 +71,8 @@ telemetry = {\n\
}" > /etc/consul.d/consul.hcl }" > /etc/consul.d/consul.hcl
RUN echo "\n\ RUN echo "\n\
service nomad start\n\ /usr/bin/nomad agent -config /etc/nomad.d &> /dev/null &\n\
service consul start\n\ /usr/bin/consul agent -config-dir=/etc/consul.d/ &> /dev/null &\n\
service mongod start\n\ service mongod start\n\
" > /services_start.sh " > /services_start.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment