1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-22 09:42:28 +00:00
gists/Deploying a static website in heroku without extra plugins/Dockerfile

5 lines
51 B
Docker
Raw Normal View History

2015-11-01 18:52:23 +00:00
FROM nginx
2015-11-01 18:42:58 +00:00
EXPOSE 80
ADD . /usr/share/nginx/html/