[cloud] fix(eb): Oops

This commit is contained in:
Ben Gotow 2016-11-22 13:25:58 -08:00
parent 9fbc7b8b00
commit 23ffaf4a83
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -4,4 +4,4 @@ apps:
instances: 0
exec_mode: cluster
env :
PORT: 80
PORT: 5100