mirror of
https://github.com/usememos/memos.git
synced 2025-02-26 14:25:24 +08:00
chore: clean Dockerfile to exclude musl-dev (#1787)
Clean Dockerfile to exclude musl-dev install Co-authored-by: Athurg Feng <athurg@gooth.org>
This commit is contained in:
parent
2f905eed0d
commit
69225b507b
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ RUN pnpm build
|
|||
FROM golang:1.19.3-alpine3.16 AS backend
|
||||
WORKDIR /backend-build
|
||||
|
||||
RUN apk update && apk add --no-cache gcc musl-dev
|
||||
|
||||
COPY . .
|
||||
COPY --from=frontend /frontend-build/dist ./server/dist
|
||||
|
||||
|
|
Loading…
Reference in a new issue