Skip to content

Commit 7719901

Browse files
committed
2 parents 793562e + 5584881 commit 7719901

File tree

8 files changed

+12
-8
lines changed

8 files changed

+12
-8
lines changed

.github/workflows/container-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
run: |
4545
sudo chmod -R 777 $GITHUB_WORKSPACE
4646
47+
- name: Install ffmpeg inside Wolfram container
48+
run: |
49+
docker exec --user root wolfram bash -c "apt-get update && apt-get install -y ffmpeg"
50+
4751
- name: Fetch all dependencies inside Wolfram container
4852
run: |
4953
docker exec -e WOLFRAMSCRIPT_ENTITLEMENTID=${{ secrets.WOLFRAM_LICENSE_ENTITLEMENT_ID }} wolfram \
@@ -65,4 +69,4 @@ jobs:
6569
labels: ${{ steps.meta.outputs.labels }}
6670
push: true
6771
cache-from: type=gha
68-
cache-to: type=gha,mode=max
72+
cache-to: type=gha,mode=max

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ docker run -it \
202202
-e PGID=$(id -g) \
203203
-p 8000:3000 \
204204
--name wljs \
205-
ghcr.io/jerryi/wolfram-js-frontend:main
205+
ghcr.io/wljsteam/wolfram-js-frontend:main
206206
```
207207

208208
Then open `http://127.0.0.1:8000`

container/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A docker container for the [Wolfram JS Frontend](https://github.com/JerryI/wolfr
2121
-e PGID=$(id -g) \
2222
-p 8080:3000 \
2323
--name wljs \
24-
ghcr.io/jerryi/wolfram-js-frontend:main
24+
ghcr.io/wljsteam/wolfram-js-frontend:main
2525
```
2626

2727
You will now be prompted for your Wolfram login information, enter it and wait for the message `Open your browser at http://...`. You can now safely detach from the container using <kbd>Ctrl</kbd>+<kbd>p</kbd> <kbd>Ctrl</kbd>+<kbd>q</kbd> and close your terminal.
@@ -73,7 +73,7 @@ docker run -it \
7373
-e WOLFRAMID_PASSWORD=password \
7474
-p 8080:3000 \
7575
--name wljs \
76-
ghcr.io/jerryi/wolfram-js-frontend:main
76+
ghcr.io/wljsteam/wolfram-js-frontend:main
7777
```
7878

7979
## Persistent storage for WLJS configuration
@@ -88,7 +88,7 @@ docker run -it \
8888
-e PGID=$(id -g) \
8989
-p 8080:3000 \
9090
--name wljs \
91-
ghcr.io/jerryi/wolfram-js-frontend:main
91+
ghcr.io/wljsteam/wolfram-js-frontend:main
9292
```
9393

9494
***Note***
@@ -106,7 +106,7 @@ docker run -it \
106106
-e PGID=$(id -g) \
107107
-p 8080:3000 \
108108
--name wljs \
109-
ghcr.io/jerryi/wolfram-js-frontend:main
109+
ghcr.io/wljsteam/wolfram-js-frontend:main
110110
```
111111

112112
## NGINX Proxy
@@ -204,12 +204,12 @@ docker run -it \
204204
-e PGID=$(id -g) \
205205
-p "127.0.0.1:3000:3000" \
206206
--name wljs \
207-
ghcr.io/jerryi/wolfram-js-frontend:main
207+
ghcr.io/wljsteam/wolfram-js-frontend:main
208208
```
209209

210210

211211

212212

213213
## Known Issues
214214

215-
- Offline offline documentation is not available
215+
- Offline documentation is not available
834 Bytes
Loading
-9.87 KB
Loading
-9.91 KB
Loading
1.59 KB
Loading
-11.1 KB
Loading

0 commit comments

Comments
 (0)