Skip to content

Instantly share code, notes, and snippets.

@robzhu
Created May 13, 2015 15:55
Show Gist options
  • Save robzhu/d959cfab02d5632167eb to your computer and use it in GitHub Desktop.
Save robzhu/d959cfab02d5632167eb to your computer and use it in GitHub Desktop.
Debian/Apache Dockerfile
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