mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Add Makefile target to build only amd64 Docker image
This commit is contained in:
parent
7b995044b4
commit
bacab20f4a
2 changed files with 10 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN apk add --no-cache --update build-base git
|
|||
COPY . .
|
||||
RUN make linux-__MINIFLUX_ARCH__ VERSION=__MINIFLUX_VERSION__
|
||||
|
||||
FROM __BASEIMAGE_ARCH__/alpine:3.10.1
|
||||
FROM __BASEIMAGE_ARCH__/alpine:3.10.3
|
||||
EXPOSE 8080
|
||||
ENV LISTEN_ADDR 0.0.0.0:8080
|
||||
RUN apk --no-cache add ca-certificates tzdata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue