Commit da9cb973 authored by nanahira's avatar nanahira

fix log size

parent ee7c2797
Pipeline #17496 passed with stages
in 42 minutes and 45 seconds
......@@ -5,7 +5,7 @@ RUN apt update && apt -y install wget tar git && npm install -g pnpm && \
git clone https://code.mycard.moe/novelai-storage/naifu-frontend.git /frontend && \
cd /frontend && pnpm install && pnpm run build && \
mkdir /models && cd /models && \
wget -O - https://cdn02.moecube.com:444/nanahira/naifu/models.tar.gz | tar -zxf -
wget -q -O - https://cdn02.moecube.com:444/nanahira/naifu/models.tar.gz | tar -zxf -
FROM $BASE
COPY --from=frontend /frontend/build ./static
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment