Skip to content

Instantly share code, notes, and snippets.

@riccardone
Created February 10, 2017 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riccardone/29bcdf99588b2c22022f5eaef0c9de39 to your computer and use it in GitHub Desktop.
Save riccardone/29bcdf99588b2c22022f5eaef0c9de39 to your computer and use it in GitHub Desktop.
Apache2 Angular2 static website Dockerfile
FROM ubuntu:16.04
RUN apt update
RUN apt install -y apache2
COPY dist /var/www/html
CMD /usr/sbin/apache2ctl -D FOREGROUND
EXPOSE 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment