mirror of
https://github.com/knadh/listmonk.git
synced 2025-10-06 05:16:48 +08:00
fix(docker): support multi-platform builds (#1935)
- Updated Dockerfile to use `--platform=$BUILDPLATFORM` for compatibility with multiple architectures
This commit is contained in:
parent
2bda94f5d7
commit
b4294c1eea
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:latest
|
FROM --platform=$BUILDPLATFORM alpine:latest
|
||||||
RUN apk --no-cache add ca-certificates tzdata
|
RUN apk --no-cache add ca-certificates tzdata
|
||||||
WORKDIR /listmonk
|
WORKDIR /listmonk
|
||||||
COPY listmonk .
|
COPY listmonk .
|
||||||
|
|
Loading…
Add table
Reference in a new issue