Skip to content

Instantly share code, notes, and snippets.

@msfidelis
Created January 25, 2017 13:14
Show Gist options
  • Save msfidelis/5804eafa673ef8b3503a1c4598ef1f3c to your computer and use it in GitHub Desktop.
Save msfidelis/5804eafa673ef8b3503a1c4598ef1f3c to your computer and use it in GitHub Desktop.
FROM debian:jessie
MAINTAINER Matheus Fidelis <[email protected]>
RUN apt-get update && apt-get install -y nginx
RUN usermod -u 1000 www-data
CMD ["nginx"]
EXPOSE 80
EXPOSE 443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment