提交 740d2f01 作者: 余乾开

Merge branch 'release/0.1.0'

...@@ -8,6 +8,9 @@ RUN rm -rf ./* ...@@ -8,6 +8,9 @@ RUN rm -rf ./*
COPY static/ static/ COPY static/ static/
COPY index.html index.html COPY index.html index.html
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf
WORKDIR /var/www/html/wechat
COPY ItnIxOQr0x.txt ItnIxOQr0x.txt
# #
EXPOSE 80 EXPOSE 80
# Containers run nginx with global directives and daemon off # Containers run nginx with global directives and daemon off
......
25514e808eb9dfa2fc205a0bd745089e
\ No newline at end of file
...@@ -11,4 +11,4 @@ commonAnnotations: ...@@ -11,4 +11,4 @@ commonAnnotations:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/h5 newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/h5
newTag: 242c1b856ea24047a5d4b51e9c64a450683dd1aa newTag: a0d4df40c67bce2fe6ae1540a25a63ab5b1e8a21
...@@ -30,6 +30,10 @@ http { ...@@ -30,6 +30,10 @@ http {
try_files $uri $uri/ /index.html; try_files $uri $uri/ /index.html;
} }
location = /ItnIxOQr0x.txt {
root /var/www/html/wechat;
}
error_page 500 502 503 504 /50x.html; error_page 500 502 503 504 /50x.html;
location = /50x.html { location = /50x.html {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论