Created
September 27, 2017 03:25
-
-
Save playerjamesbattleground/685a494421dfe5e7a692b8eff2c604bc to your computer and use it in GitHub Desktop.
Simple Dockerfile makes anypoint-cli executable
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:6.11 | |
RUN npm install -g anypoint-cli | |
ENTRYPOINT [ "anypoint-cli" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment