Created
January 25, 2017 13:14
-
-
Save msfidelis/5804eafa673ef8b3503a1c4598ef1f3c to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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