Skip to content

Commit c8c7f95

Browse files
Update update_frontend_image.md
1 parent d51427b commit c8c7f95

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

opsdocs/docs/common/3.0/update_frontend_image.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,15 @@ Resolving deltas: 100% (2701/2701), done.
3838

3939
## Locate project and ui files
4040

41-
### Update ui.json file
41+
### Download ui.json file
4242

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.
4444

4545

4646
```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
5450
```
5551

5652
`ui.json` is a json dictionary file
@@ -237,13 +233,6 @@ Example
237233

238234
### Create a new `Dockerfile` to build changes
239235

240-
241-
#### Copy ui.json file to your build directory
242-
243-
```bash
244-
$ cp ui.json ~/build
245-
```
246-
247236
#### Write your `Dockerfile` to build the new image
248237

249238
Dockerfile

0 commit comments

Comments
 (0)