Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit a4accfc

Browse files
committed
check exit code for building
1 parent b518218 commit a4accfc

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

howto/source/How To Deploy a Chat Server with Rocket.chat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ d578eb3dc4ee3c2fb8127b2dee1900035f1e2a954eace2182b0471d0254a5802
5353
[root@localhost]$ hyper run -d --name app --link db:db rocket.chat
5454
fa18660c1a9ef63da929b62f66417b5d82b3c5c877556417c11f31de4996ba01
5555
```
56-
56+
5757
### 4. Assign floating IP to Rocket.chat container
5858

5959
``` bash

ink_linux

4.4 KB
Binary file not shown.

ink_osx

145 KB
Binary file not shown.
11 MB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"start": "node server",
8-
"build": "NODE_ENV=production webpack --config webpack.config.prod.js --progress --colors && cd howto && ../ink_linux publish && cd .. ; rm -rf dist; mv ./dist_tmp ./dist"
8+
"build": "NODE_ENV=production webpack --config webpack.config.prod.js --progress --colors && cd howto && ../ink_linux publish && cd .. && rm -rf dist; mv ./dist_tmp ./dist"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)