From 23ffaf4a833a6acc511d260da3e99b1ba7306be6 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Tue, 22 Nov 2016 13:25:58 -0800 Subject: [PATCH] [cloud] fix(eb): Oops --- Dockerfile | 2 +- pm2-prod-api.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d9d3230da..a3794f16e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN npm install --production RUN node_modules/.bin/lerna bootstrap # External services run on port 80. Expose it. -EXPOSE 80 +EXPOSE 5100 # We use a start-aws command that automatically spawns the correct process # based on environment variables (which changes instance to instance) diff --git a/pm2-prod-api.yml b/pm2-prod-api.yml index 0662d1488..300f35c43 100644 --- a/pm2-prod-api.yml +++ b/pm2-prod-api.yml @@ -4,4 +4,4 @@ apps: instances: 0 exec_mode: cluster env : - PORT: 80 + PORT: 5100