File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -38,19 +38,15 @@ Resolving deltas: 100% (2701/2701), done.
38
38
39
39
## Locate project and ui files
40
40
41
- ### Update ui.json file
41
+ ### Download ui.json file
42
42
43
- Update your ` ui.json ` file. ` ui.json ` is located in ` webModules/transpile/config ` directory.
43
+ Download the ` ui.json ` file. ` ui.json ` is located in ` webModules/transpile/config ` directory of ` webModules ` abcdesktop's repository .
44
44
45
45
46
46
``` bash
47
- cd webModules/transpile/config
48
- total 24
49
- drwxr-xr-x 5 deva wheel 160 Dec 7 15:17 .
50
- drwxr-xr-x 11 deva wheel 352 Dec 7 15:17 ..
51
- -rw-r--r-- 1 deva wheel 34 Dec 7 15:17 .cache.json
52
- -rw-r--r-- 1 deva wheel 1532 Dec 7 15:17 modules.json
53
- -rw-r--r-- 1 deva wheel 1480 Dec 7 15:17 ui.json
47
+ mkdir build
48
+ cd build
49
+ wget https://raw.githubusercontent.com/abcdesktopio/webModules/3.2/transpile/config/ui.json
54
50
```
55
51
56
52
` ui.json ` is a json dictionary file
@@ -237,13 +233,6 @@ Example
237
233
238
234
### Create a new ` Dockerfile ` to build changes
239
235
240
-
241
- #### Copy ui.json file to your build directory
242
-
243
- ``` bash
244
- $ cp ui.json ~ /build
245
- ```
246
-
247
236
#### Write your ` Dockerfile ` to build the new image
248
237
249
238
Dockerfile
You can’t perform that action at this time.
0 commit comments