mirror of
https://github.com/usememos/memos.git
synced 2024-12-24 20:01:48 +03:00
fix: dockerfile
This commit is contained in:
parent
f743532e57
commit
3f3f6eaee8
@ -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…
Reference in New Issue
Block a user