diff options
Diffstat (limited to 'bridge')
-rw-r--r-- | bridge/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/Dockerfile b/bridge/Dockerfile index 8fa8f061..ef79431f 100644 --- a/bridge/Dockerfile +++ b/bridge/Dockerfile @@ -11,4 +11,4 @@ ENV DEBUG http # Expose the listening port of your app EXPOSE 8081 -CMD [ "pm2-runtime", "start", "ecosystem.config.js" ] +CMD [ "pm2-runtime", "start", "ecosystem.config.js", "--env", "production" ] |