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

update docker

parent fe83c0ee
No related branches found
No related tags found
No related merge requests found
......@@ -34,4 +34,8 @@ client {\n\
servers = [\"127.0.0.1\"]\n\
}" > /etc/nomad/00-general.hcl
CMD service nomad start
RUN echo "\n\
service nomad start\n\
" > entrypoint.sh
ENTRYPOINT ["bash", "entrypoint.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