Skip to content

Commit

Permalink
chore: expose port in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bufo24 committed Jul 8, 2024
1 parent 2ba3500 commit 0ea6413
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ COPY ./ ./

RUN cargo build --release

EXPOSE 1234

CMD ["./target/release/covclaim"]

0 comments on commit 0ea6413

Please sign in to comment.