mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-12 23:54:45 +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
|
RUN node_modules/.bin/lerna bootstrap
|
||||||
|
|
||||||
# External services run on port 80. Expose it.
|
# External services run on port 80. Expose it.
|
||||||
EXPOSE 80
|
EXPOSE 5100
|
||||||
|
|
||||||
# We use a start-aws command that automatically spawns the correct process
|
# We use a start-aws command that automatically spawns the correct process
|
||||||
# based on environment variables (which changes instance to instance)
|
# based on environment variables (which changes instance to instance)
|
||||||
|
|
|
@ -4,4 +4,4 @@ apps:
|
||||||
instances: 0
|
instances: 0
|
||||||
exec_mode: cluster
|
exec_mode: cluster
|
||||||
env :
|
env :
|
||||||
PORT: 80
|
PORT: 5100
|
||||||
|
|
Loading…
Add table
Reference in a new issue