1
0
mirror of https://github.com/balkian/gists.git synced 2025-08-23 07:02:20 +00:00
Files
gists/repos/Deploying a static website in heroku without extra plugins/Dockerfile
J. Fernando Sánchez 08690cd72d Rename and download script
2021-10-30 15:16:04 +02:00

5 lines
51 B
Docker

FROM nginx
EXPOSE 80
ADD . /usr/share/nginx/html/