4
0
Эх сурвалжийг харах

Reinstate EXPOSE instruction

This ensures that the relevant port is published when using `docker run -P`, Traefik's Docker integration etc
Mark Woodbridge 5 жил өмнө
parent
commit
1eb239bf88

+ 1 - 0
packaging/docker/Dockerfile

@@ -9,6 +9,7 @@ RUN go build \
     main.go
 
 FROM alpine:latest
+EXPOSE 8080
 ENV LISTEN_ADDR 0.0.0.0:8080
 RUN apk --no-cache add ca-certificates tzdata
 COPY --from=build /go/src/app/miniflux /usr/bin/miniflux