From 437ed06f5ee9dadf7c7db8a1378b6349bde854f3 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 22 Jul 2023 02:56:36 +0300 Subject: bridge: production mode --- bridge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridge/Dockerfile') 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" ] -- cgit v1.2.3