From 57c932471fc4a9ffdd3a7bf136052eec22297a2e Mon Sep 17 00:00:00 2001 From: cha0s Date: Thu, 16 Jul 2020 11:41:33 -0500 Subject: [PATCH] chore: don't detach --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae63347..340e218 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build:docker": "yarn run build:client && yarn run build:server && docker build", "build:server": "SIDE=SERVER webpack --mode production --config webpack.config.js", "client": "SIDE=CLIENT webpack-dev-server --verbose --disable-host-check --host localhost --port 31345 --mode development --config webpack.config.js", - "docker": "docker-compose -p reddichat up -d", + "docker": "docker-compose -p reddichat up", "inspect": "node ./inspect.js", "lint": "eslint --cache --format codeframe --ext mjs,jsx,js src", "repl": "rlwrap -C qmp socat STDIO UNIX:$(ls /tmp/reddichat-*.sock | tail -n 1)",