- Repository:
- A docker enviroment for serve static html files with nginx.
- Stack: CSS, JS, HTML5.
- Services: Nginx.
- Year: 2020.
This repository provides a nginx server for static html files.
Browse your projects location and run:
git clone [email protected]:diegoulloao/static-docker-startpoint.git project-name
Enter in theproject-name
directory and browse html
folder, create your html files.
Run:
docker-compose up
Open up your browser to http://localhost:8080/ and you should see your page as intended. Only .html extension files will be interpreted.
--
@diegoulloao · 2020