Compare commits

...

2 Commits
v8.3.0 ... v3

Author SHA1 Message Date
yimeng
7584a14390 修改前端制成品包 (#903) 2022-04-07 13:10:42 +08:00
Ulric Qin
09e6fcc1de add etc/*.local.conf to .gitignore 2022-04-06 11:18:40 +08:00
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@@ -31,6 +31,7 @@ _test
/build
/dist
/etc/*.local.yml
/etc/*.local.conf
/etc/plugins/*.local.yml
/etc/log/log.test.json
/data*

View File

@@ -1,5 +1,6 @@
FROM nginx
WORKDIR /home/n9e
COPY nginx.conf /etc/nginx
ADD http://116.85.64.82/pub.tar.gz .
RUN tar xvf pub.tar.gz
ADD https://github.com/n9e/fe/releases/download/3.5.6/pub-3.5.6.zip .
RUN apt update && apt install unzip
RUN unzip pub-3.5.6.zip