Skip to content

Instantly share code, notes, and snippets.

@brunomacf
Last active April 8, 2018 14:59
Show Gist options
  • Save brunomacf/28d674773518551dcdf69e1838dc7aa1 to your computer and use it in GitHub Desktop.
Save brunomacf/28d674773518551dcdf69e1838dc7aa1 to your computer and use it in GitHub Desktop.
kube-test Dockerfile
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