Reinstate EXPOSE instruction
This ensures that the relevant port is published when using `docker run -P`, Traefik's Docker integration etc
This commit is contained in:
parent
d5afdf7691
commit
1eb239bf88
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ RUN go build \
|
||||||
main.go
|
main.go
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
EXPOSE 8080
|
||||||
ENV LISTEN_ADDR 0.0.0.0:8080
|
ENV LISTEN_ADDR 0.0.0.0:8080
|
||||||
RUN apk --no-cache add ca-certificates tzdata
|
RUN apk --no-cache add ca-certificates tzdata
|
||||||
COPY --from=build /go/src/app/miniflux /usr/bin/miniflux
|
COPY --from=build /go/src/app/miniflux /usr/bin/miniflux
|
||||||
|
|
Loading…
Reference in a new issue