Skip to content

Commit 0255c24

Browse files
Build and Push to Github Container Registry Script
1 parent 64e21a9 commit 0255c24

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docker/swarm/README_zeke_stack_on_linux.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
2.
1212
```bash
1313
pushd ../build
14-
./build.sh --skip-maven --skip-sudo all localhost:5000/virtualcell dev_zeke
14+
./build.sh --skip-maven --skip-sudo appservices localhost:5000/virtualcell dev_zeke
1515
popd
1616
```
1717
3. ```bash
@@ -20,6 +20,12 @@
2020
popd
2121
```
2222
23+
4. ```bash
24+
pushd ../build
25+
./build.sh --skip-maven --skip-sudo appservices ghcr.io/virtualcell dev_zeke
26+
popd
27+
```
28+
2329
3. Run Quarkus in Terminal
2430
``` bash
2531
pushd ../../vcell-rest

0 commit comments

Comments
 (0)