Skip to content

Commit

Permalink
server: Match listen port to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jan 10, 2021
1 parent a1cb878 commit dc4771f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ app.use(ctx => {
ctx.body = 'Hello World';
});

server.listen(3000);
server.listen(8888);

1 comment on commit dc4771f

@vercel
Copy link

@vercel vercel bot commented on dc4771f Jan 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.