创建一个静态应用
Dockerfile 参考
FROM nginx:latest
COPY ./ /usr/share/nginx/html
# ADD xxx.com.conf /etc/nginx/conf.d/ # 如果需要的话
CMD ["/bin/bash", "-c", "nginx && tail -f /var/log/nginx/access.log"]进入创建应用页面,填写基本信息

填写详细信息



Last updated
Was this helpful?