chore: add ssr placeholder in index.html

This commit is contained in:
Steven
2023-12-14 23:29:42 +08:00
parent 6763dab4e5
commit 6cf7192d6a
9 changed files with 47 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ FROM golang:1.21-alpine AS backend
WORKDIR /backend-build
COPY . .
COPY --from=frontend /frontend-build/web/dist ./server/dist
COPY --from=frontend /frontend-build/web/dist ./server/frontend/dist
RUN CGO_ENABLED=0 go build -o memos ./bin/memos/main.go