fix UI
This commit is contained in:
@@ -2,7 +2,7 @@ FROM node:20-alpine AS frontend
|
||||
WORKDIR /frontend-build
|
||||
COPY ./frontend .
|
||||
|
||||
RUN npm config set registry https://registry.npmmirror.com && npm install -g pnpm --registry=https://registry.npmmirror.com && pnpm i && pnpm build
|
||||
RUN npm install -g pnpm && pnpm i && pnpm build
|
||||
|
||||
FROM golang:1.23-alpine AS backend
|
||||
LABEL anther="github.com/Sakurasan"
|
||||
|
||||
Reference in New Issue
Block a user