feat: read raw content

This commit is contained in:
2023-10-15 21:30:40 +08:00
parent d50a651865
commit 59a0efe59a
13 changed files with 468 additions and 167 deletions

View File

@@ -13,6 +13,7 @@ RUN sed -e 's|^metalink=|#metalink=|g' \
npm config set registry https://registry.npm.taobao.org
COPY . /app
RUN buf generate --exclude-path node_modules
RUN cd webui && npm install && npm run build &&\
cd .. && go mod tidy && go build .