upgrade pub dir

This commit is contained in:
Ulric Qin 2020-09-29 17:42:53 +08:00
parent 4b2ebf4761
commit 87ebbcd7ec
2 changed files with 4 additions and 4 deletions

View File

@ -64,8 +64,8 @@ grep redis -r .
```shell script
cd /home/n9e
wget http://116.85.64.82/pub.20200928.tar.gz
tar zxvf pub.20200928.tar.gz
wget http://116.85.64.82/pub.tar.gz
tar zxvf pub.tar.gz
```
6、覆盖nginx.conf建议大家还是看一下这个配置熟悉一下nginx配置夜莺不同web侧组件就是通过nginx的不同location区分的。覆盖完了配置记得reload一下或者重启nginx

View File

@ -1,5 +1,5 @@
FROM nginx
WORKDIR /home/n9e
COPY nginx.conf /etc/nginx
ADD http://116.85.64.82/pub.20200928.tar.gz .
RUN tar xvf pub.20200928.tar.gz
ADD http://116.85.64.82/pub.tar.gz .
RUN tar xvf pub.tar.gz