Skip to content

Commit

Permalink
add 4650 to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars committed Sep 11, 2023
1 parent 5e505a2 commit 3dc47cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
push: true
tags: |
ghcr.io/scheiblingco/smtp-relay:latest
ghcr.io/scheiblingco/smtp-relay:0.5.3
ghcr.io/scheiblingco/smtp-relay:0.5.4
docker.io/scheibling/smtp-relay:latest
docker.io/scheibling/smtp-relay:0.5.3
docker.io/scheibling/smtp-relay:0.5.4
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ COPY --from=builder /etc/ssl /etc/ssl


EXPOSE 2525
EXPOSE 4650

CMD ["/smtp-relay"]

0 comments on commit 3dc47cd

Please sign in to comment.