Files
orangepunk-html/Dockerfile
T
2025-10-12 23:38:44 -07:00

6 lines
175 B
Docker

FROM nginx
COPY index.html style.css /usr/share/nginx/html/
COPY img /usr/share/nginx/html/img
COPY theme /usr/share/nginx/html/theme
COPY assets /usr/share/nginx/html/assets