Last active
April 8, 2018 14:59
-
-
Save brunomacf/28d674773518551dcdf69e1838dc7aa1 to your computer and use it in GitHub Desktop.
kube-test Dockerfile
This file contains 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 mhart/alpine-node:9 | |
WORKDIR /home | |
ADD . ./ | |
RUN npm install -g http-server | |
CMD http-server -p 80 ./ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment