search2_chatgpt/frontend/Dockerfile

2 lines
67 B
Docker

FROM nginx:latest
COPY index.html /usr/share/nginx/html/index.html