feat: read raw content
This commit is contained in:
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user