unbiasedgeek-com/Dockerfile

7 lines
127 B
Text
Raw Normal View History

2026-04-09 18:15:09 +00:00
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
COPY style.css /usr/share/nginx/html/style.css
EXPOSE 80