Files
omair 563e4a5844 Initial: Taawunu.org — social impact studio website
5 pages (Home, Approach, Projects, About, Support)
11 field photos from Lolo Camp
Full brand identity implementation
Mobile-responsive, optimized images
2026-03-08 23:50:14 +08:00

5 lines
109 B
Docker

FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY html/ /usr/share/nginx/html/
EXPOSE 80