Skip to content

Commit bbd7ba0

Browse files
committed
Expose default HTTP port also in special Dockerfile used only for Github builds
1 parent 27ae364 commit bbd7ba0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM scratch
22
ARG TARGETOS TARGETARCH
33
COPY $TARGETOS-$TARGETARCH/dmarc-report-viewer /
4+
EXPOSE 8080
45
CMD ["./dmarc-report-viewer"]

0 commit comments

Comments
 (0)