Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kandeeban15 committed Aug 9, 2023
2 parents 42f113a + f6b0858 commit 31560f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN make install

ENV HOME="/home/ubuntu"
ENV JASMINEGRAPH_HOME="/home/ubuntu/software/jasminegraph"

RUN mkdir /home/ubuntu/software/jasminegraph
WORKDIR /home/ubuntu/software/jasminegraph

Expand Down
2 changes: 1 addition & 1 deletion test-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd tests/integration
rm -rf env
cp -r env_init env
cd "$PROJECT_ROOT"
build_and_run_docker #&>/dev/null
build_and_run_docker &>/dev/null

# sleep until server starts listening
while ! nc -zvn 127.0.0.1 7777 &>/dev/null; do
Expand Down

0 comments on commit 31560f1

Please sign in to comment.