Skip to content

Commit

Permalink
fix: Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Jun 12, 2024
1 parent 72fc217 commit 750a040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IMAP.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ WORKDIR /app/relayer-imap
RUN cargo build

# Specify the command to run when the container starts
CMD ["cargo", "run", "--bin", "smtp-relayer"]
CMD ["cargo", "run", "--bin", "relayer-imap"]
2 changes: 1 addition & 1 deletion SMTP.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ RUN cargo build
EXPOSE 3000

# Specify the command to run when the container starts
CMD ["cargo", "run", "--bin", "smtp-relayer"]
CMD ["cargo", "run", "--bin", "relayer-smtp"]

0 comments on commit 750a040

Please sign in to comment.