Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit 8628c85

Browse files
Alexander PatrikalakisAlexander Patrikalakis
authored andcommitted
Remove reference to wait-for-dynamodb-local.sh [skip ci]
1 parent 27f19f7 commit 8628c85

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

dynamodb-janusgraph-storage-backend-cfn.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
Description: This stack creates a VPC, an EC2 Amazon Linux host in the VPC with a
3-
Public IP, and deploys Gremlin Server on it. **WARNING** Gremlin Server will create
4-
6 DynamoDB tables. This template creates an Amazon EC2 instance. You will be billed
5-
for the AWS resources used if you create a stack from this template.
3+
Public IP, and deploys Gremlin Server on it. **WARNING** This template creates
4+
an Amazon EC2 instance. You will be billed for the AWS resources used if you
5+
create a stack from this template.
66
AWSTemplateFormatVersion: '2010-09-09'
77
Mappings:
88
AWSRegionArch2AMI:

src/test/resources/dynamodb-janusgraph-docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ FROM openjdk:8
1818
ARG server_zip
1919
ADD ${server_zip} /var
2020

21-
RUN chmod a+x /usr/bin/wait-for-dynamodb-local.sh && \
22-
apt-get update -y && apt-get install -y zip && \
21+
RUN apt-get update -y && apt-get install -y zip && \
2322
server_base=`basename ${server_zip} .zip` && \
2423
unzip -q /var/${server_base}.zip -d /var && \
2524
mv /var/${server_base} /var/jg

0 commit comments

Comments
 (0)