dynamodb-local
dynamodb-local copied to clipboard
Default command should be []
Thanks for this Docker image! By default I think the command should be
CMD []
to support running DynamoDB Local with the default arguments. (Default data directory and port 8000.)
To get help you'd explicitly have to pass -help
as as the command, which is how the DynamoDB JAR behaves.