Skip to content

Commit

Permalink
Update update_frontend_image.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Mar 8, 2024
1 parent d51427b commit c8c7f95
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions opsdocs/docs/common/3.0/update_frontend_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,15 @@ Resolving deltas: 100% (2701/2701), done.

## Locate project and ui files

### Update ui.json file
### Download ui.json file

Update your `ui.json` file. `ui.json` is located in `webModules/transpile/config` directory.
Download the `ui.json` file. `ui.json` is located in `webModules/transpile/config` directory of `webModules` abcdesktop's repository.


```bash
cd webModules/transpile/config
total 24
drwxr-xr-x 5 deva wheel 160 Dec 7 15:17 .
drwxr-xr-x 11 deva wheel 352 Dec 7 15:17 ..
-rw-r--r-- 1 deva wheel 34 Dec 7 15:17 .cache.json
-rw-r--r-- 1 deva wheel 1532 Dec 7 15:17 modules.json
-rw-r--r-- 1 deva wheel 1480 Dec 7 15:17 ui.json
mkdir build
cd build
wget https://raw.githubusercontent.com/abcdesktopio/webModules/3.2/transpile/config/ui.json
```

`ui.json` is a json dictionary file
Expand Down Expand Up @@ -237,13 +233,6 @@ Example

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


#### Copy ui.json file to your build directory

```bash
$ cp ui.json ~/build
```

#### Write your `Dockerfile` to build the new image

Dockerfile
Expand Down

0 comments on commit c8c7f95

Please sign in to comment.