Skip to content

Commit

Permalink
feat: dockerfile:port 8080 exposed
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Soto <108969323+samucodesh@users.noreply.github.com>
  • Loading branch information
samucodesh committed Apr 29, 2024
1 parent 8bf6b7c commit 8e90d61
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 @@ -2,4 +2,6 @@ FROM go:1.20.2

WORKDIR /app

EXPOSE 8080

CMD ["go", "run", "main.go"]

0 comments on commit 8e90d61

Please sign in to comment.