mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-04 11:44:47 +08:00
[cloud] fix(eb): Oops
This commit is contained in:
parent
9fbc7b8b00
commit
23ffaf4a83
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -4,4 +4,4 @@ apps:
|
|||
instances: 0
|
||||
exec_mode: cluster
|
||||
env :
|
||||
PORT: 80
|
||||
PORT: 5100
|
||||
|
|
Loading…
Add table
Reference in a new issue