memgraph/demo/memgraph_server.docker
2016-03-05 10:10:57 +01:00

11 lines
243 B
Docker

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"]