mirror of
https://github.com/intari/search2_chatgpt.git
synced 2025-09-01 18:19:39 +00:00
2 lines
67 B
Docker
2 lines
67 B
Docker
FROM nginx:latest
|
|
COPY index.html /usr/share/nginx/html/index.html
|