This repository was archived by the owner on Oct 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/test/resources/dynamodb-janusgraph-docker Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
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.
6
6
AWSTemplateFormatVersion : ' 2010-09-09'
7
7
Mappings :
8
8
AWSRegionArch2AMI :
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ FROM openjdk:8
18
18
ARG server_zip
19
19
ADD ${server_zip} /var
20
20
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 && \
23
22
server_base=`basename ${server_zip} .zip` && \
24
23
unzip -q /var/${server_base}.zip -d /var && \
25
24
mv /var/${server_base} /var/jg
You can’t perform that action at this time.
0 commit comments