Skip to content

Commit 26388cf

Browse files
Build and Push to Github Container Registry Script
1 parent 64e21a9 commit 26388cf

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

docker/swarm/README_zeke_stack_on_linux.md

Lines changed: 12 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,17 @@
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+
5. ```bash
29+
pushd ../build
30+
./build.sh --skip-maven --skip-sudo rest ghcr.io/virtualcell dev_zeke
31+
popd
32+
```
33+
2334
3. Run Quarkus in Terminal
2435
``` bash
2536
pushd ../../vcell-rest

0 commit comments

Comments
 (0)