FROM nginx:latest
WORKDIR /usr/share/nginx/html
COPY ai.takegpt.cn.conf /etc/nginx/conf.d/ai.takegpt.cn.conf

EXPOSE 80 443
CMD ["nginx", "-g", "daemon off;"]