We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ae364 commit bbd7ba0Copy full SHA for bbd7ba0
.github/docker/Dockerfile
@@ -1,4 +1,5 @@
1
FROM scratch
2
ARG TARGETOS TARGETARCH
3
COPY $TARGETOS-$TARGETARCH/dmarc-report-viewer /
4
+EXPOSE 8080
5
CMD ["./dmarc-report-viewer"]
0 commit comments