memgraph/demo/memgraph_server.docker

11 lines
243 B
Docker
Raw Normal View History

2016-03-05 17:10:57 +08:00
FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y git
RUN mkdir /app
WORKDIR /app
RUN git clone --recursive https://${MEMGRAPH_PULL_USER}:${MEMGRAPH_PULL_PASS}@phabricator.tomicevic.com/diffusion/MG/memgraph.git
CMD ["/bin/bash"]