File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ $ npm run electron:build
4040
4141## * Run Pre-built Docker Example*
4242```
43+ # Latest build automatic on every code submition
44+ $ docker pull ghcr.io/gcclinux/easyedit:main
45+ $ docker run -d --name EASYEDIT -p 3024:3024 ghcr.io/gcclinux/easyedit:main
46+ ```
47+ ### Regularly manually updated docker images
48+ ```
4349# Docker Hub aarch64
4450# Pull aarch64
4551$ docker pull gcclinux/easyedit:1.4.0-aarch64
8187[ ![ GitHub Project] ( https://raw.githubusercontent.com/gcclinux/EasyEdit/refs/heads/main/public/easyedit128.png " EasyEdit Icon ")] ( https://github.com/gcclinux/EasyEdit )
8288
8389
84- ### Solution Exec:
90+ ### AppImage Solution Exec:
8591```
86- ./EasyEdit-1.3.7 -x86_64.AppImage --no-sandbox
92+ $ ./EasyEdit-1.4.0 -x86_64.AppImage --no-sandbox
8793```
You can’t perform that action at this time.
0 commit comments