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
J. Fernando Sánchez f48bab94dd Move files
2021-10-30 15:23:01 +02:00

5 lines
51 B
Docker

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