Skip to content

Commit

Permalink
Update scaling-acceptance-tests.md (#821)
Browse files Browse the repository at this point in the history
Update the port number
  • Loading branch information
abdellani authored Nov 22, 2024
1 parent 86d7a45 commit f93a365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaling-acceptance-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ COPY . .

RUN go build -o svr cmd/grpcserver/*.go

EXPOSE 8080
EXPOSE 50051
CMD [ "./svr" ]
```

Expand Down

0 comments on commit f93a365

Please sign in to comment.