Created
May 13, 2015 15:55
-
-
Save robzhu/d959cfab02d5632167eb to your computer and use it in GitHub Desktop.
Debian/Apache 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 debian | |
RUN apt-get update && apt-get install -y apache2 | |
EXPOSE 80 443 | |
CMD ["apache2ctl", "-D FOREGROUND"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment