mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: dockerfile
This commit is contained in:
@ -11,6 +11,9 @@ RUN yarn build
|
|||||||
FROM golang:1.18.3-alpine3.16 AS backend
|
FROM golang:1.18.3-alpine3.16 AS backend
|
||||||
WORKDIR /backend-build
|
WORKDIR /backend-build
|
||||||
|
|
||||||
|
RUN apk update
|
||||||
|
RUN apk --no-cache add gcc musl-dev
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN go build \
|
RUN go build \
|
||||||
|
Reference in New Issue
Block a user