chore: update code structure (#1139)

* chore: update code structure

* chore: update
This commit is contained in:
boojack
2023-02-23 00:07:16 +08:00
committed by GitHub
parent 29124f56bb
commit 1517688076
9 changed files with 614 additions and 94 deletions

View File

@@ -15,7 +15,7 @@ RUN apk update && apk add --no-cache gcc musl-dev
COPY . .
COPY --from=frontend /frontend-build/dist ./server/dist
RUN go build -o memos ./bin/server/main.go
RUN go build -o memos ./main.go
# Make workspace with above generated files.
FROM alpine:3.16 AS monolithic