From bbd7ba0e43df2871e9931d0029a654533307742c Mon Sep 17 00:00:00 2001 From: cry-inc Date: Tue, 21 Jan 2025 18:03:24 +0100 Subject: [PATCH] Expose default HTTP port also in special Dockerfile used only for Github builds --- .github/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/docker/Dockerfile b/.github/docker/Dockerfile index 84fd58e..8328e50 100644 --- a/.github/docker/Dockerfile +++ b/.github/docker/Dockerfile @@ -1,4 +1,5 @@ FROM scratch ARG TARGETOS TARGETARCH COPY $TARGETOS-$TARGETARCH/dmarc-report-viewer / +EXPOSE 8080 CMD ["./dmarc-report-viewer"] \ No newline at end of file