mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
Update dockerfile to start with env variable
This commit is contained in:
parent
31e4d25448
commit
aca24ef18a
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ EXPOSE 5100
|
|||
|
||||
# We use a start-aws command that automatically spawns the correct process
|
||||
# based on environment variables (which changes instance to instance)
|
||||
CMD [ "./node_modules/pm2/bin/pm2", "start", "./pm2-prod-${AWS_SERVICE_NAME}.yml"]
|
||||
CMD ./node_modules/pm2/bin/pm2 start --no-daemon ./pm2-prod-${AWS_SERVICE_NAME}.yml
|
||||
|
|
Loading…
Reference in a new issue