Skip to content

Commit

Permalink
EXPOSE port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
chessmango authored and cry-inc committed Jan 21, 2025
1 parent 0ebab16 commit 27ae364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ RUN strip /usr/src/target/release/dmarc-report-viewer
# Build final minimal image with only the binary
FROM scratch
COPY --from=builder /usr/src/target/release/dmarc-report-viewer /
EXPOSE 8080
CMD ["./dmarc-report-viewer"]

0 comments on commit 27ae364

Please sign in to comment.