563e4a5844
5 pages (Home, Approach, Projects, About, Support) 11 field photos from Lolo Camp Full brand identity implementation Mobile-responsive, optimized images
5 lines
109 B
Docker
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
|