Skip to content

Instantly share code, notes, and snippets.

@agusrichard
Created December 26, 2021 17:31
Show Gist options
  • Save agusrichard/8c415da241a59b0d93503e1325115d21 to your computer and use it in GitHub Desktop.
Save agusrichard/8c415da241a59b0d93503e1325115d21 to your computer and use it in GitHub Desktop.
FROM node:12.16.1
WORKDIR /app
RUN npm install -g dynamodb-admin
CMD ["dynamodb-admin"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment