-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
had to downgrade to node 10 because of node-gyp issues nodejs/node-gyp#1763
- Loading branch information
Showing
8 changed files
with
7,395 additions
and
5,080 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
FROM ubuntu:18.04 as dependencies_ready | ||
ENV SOURCE_BRANCH "master" | ||
ENV NEO4J_ADDRESS "bolt://neo4j:password@neo4j:7687" | ||
|
||
RUN apt-get update -qq | ||
RUN apt-get install -y -qq git curl wget python2.7 python-pip | ||
RUN apt-get install -y -qq git curl wget build-essential | ||
|
||
FROM dependencies_ready | ||
COPY . /archgraph | ||
WORKDIR /archgraph | ||
RUN git checkout "$SOURCE_BRANCH" | ||
RUN ./conf/install.sh | ||
ENTRYPOINT [ "./conf/run.sh" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.