1 Star 0 Fork 1.6K

jeffjiang123/Saber

forked from smallchill/Saber 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Dockerfile 247 Bytes
Copy Edit Raw Blame History
邵欢庆 authored 2021-05-04 17:45 . kuboard
FROM nginx:stable-alpine-perl
RUN rm -f /etc/nginx/nginx.conf \
&& rm -f /etc/nginx/conf.d/default.conf
COPY docker/nginx.k8s.conf /etc/nginx/nginx.conf
EXPOSE 80
COPY ./dist /usr/share/nginx/html
ENTRYPOINT ["nginx", "-g", "daemon off;"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jiangxianneng/Saber.git
git@gitee.com:jiangxianneng/Saber.git
jiangxianneng
Saber
Saber
master

Search

0d507c66 1850385 C8b1a773 1850385