Skip to content

Commit

Permalink
use port 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkRaiza committed Jan 9, 2019
1 parent 8abbf00 commit 07a7161
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const bst = require('bespoken-tools');

const server = new bst.LambdaServer('lib/index.js', 10000, true);
const server = new bst.LambdaServer('lib/index.js', 3000, true);
server.start(function() {
console.log("Server running on port 10000");
console.log("Server running on port 3000");
});
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ steps: &default-steps
sudo npm install fargate-helper -g
fargate service \
--command "node bin/server.js" \
--containerPort 10000 \
--containerPort 3000 \
--cpu 1024 \
--env AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \
--env AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \
Expand Down

0 comments on commit 07a7161

Please sign in to comment.