This commit is contained in:
Sakurasan
2025-04-24 02:11:27 +08:00
parent 923fb09f2a
commit 9caec710cc

View File

@@ -3,6 +3,7 @@ WORKDIR /frontend-build
COPY ./frontend .
# RUN npm install -g pnpm && pnpm i && pnpm build
RUN pnpm run build
FROM mirrors2/alpine AS backend
LABEL anther="github.com/Sakurasan"