Created
December 26, 2021 17:31
-
-
Save agusrichard/8c415da241a59b0d93503e1325115d21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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