Skip to content

Instantly share code, notes, and snippets.

@Defcoq
Created September 24, 2019 15:23
Show Gist options
  • Save Defcoq/b62314d2314f1ad7096e1616206a7cf3 to your computer and use it in GitHub Desktop.
Save Defcoq/b62314d2314f1ad7096e1616206a7cf3 to your computer and use it in GitHub Desktop.
FROM ubuntu:18.10
RUN apt-get update
RUN apt-get install -y nodejs npm
RUN npm install -g http-server
WORKDIR /usr/apps/dockerfileinnutshell/
CMD ["http-server", "-p", "8080"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment