Skip to content

Commit 3b0fa8a

Browse files
authored
Update toolkit-test.sh
Changed location of docker test
1 parent 6cc1970 commit 3b0fa8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/test/toolkit-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ echo $PORT
1616
#example run from the root of the project
1717
#docker/test/toolkit-test.sh testuser+1-at-963740746376 gUuus3wDFt9Oli6mLeY7G+arlGdlL/ExampleKey= examplesecret4 cassandra.us-east-1.amazonaws.com 9142
1818

19-
docker build --tag amazon/amazon-keyspaces-toolkit -f docker/Dockerfile . --build-arg CLI_VERSION=latest
19+
docker build --tag amazon/amazon-keyspaces-toolkit -f Dockerfile . --build-arg CLI_VERSION=latest
2020

2121
docker run --rm -t --entrypoint cqlsh amazon/amazon-keyspaces-toolkit --version
2222

0 commit comments

Comments
 (0)