Skip to content

Instantly share code, notes, and snippets.

@playerjamesbattleground
Created September 27, 2017 03:25
Show Gist options
  • Save playerjamesbattleground/685a494421dfe5e7a692b8eff2c604bc to your computer and use it in GitHub Desktop.
Save playerjamesbattleground/685a494421dfe5e7a692b8eff2c604bc to your computer and use it in GitHub Desktop.
Simple Dockerfile makes anypoint-cli executable
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