mirror of
https://github.com/usememos/memos.git
synced 2025-12-10 06:06:32 +08:00
fix: dockerfile
This commit is contained in:
parent
f743532e57
commit
3f3f6eaee8
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ RUN yarn build
|
|||
FROM golang:1.18.3-alpine3.16 AS backend
|
||||
WORKDIR /backend-build
|
||||
|
||||
RUN apk update
|
||||
RUN apk --no-cache add gcc musl-dev
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN go build \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue