We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e21a9 commit 26388cfCopy full SHA for 26388cf
1 file changed
docker/swarm/README_zeke_stack_on_linux.md
@@ -11,7 +11,7 @@
11
2.
12
```bash
13
pushd ../build
14
- ./build.sh --skip-maven --skip-sudo all localhost:5000/virtualcell dev_zeke
+ ./build.sh --skip-maven --skip-sudo appservices localhost:5000/virtualcell dev_zeke
15
popd
16
```
17
3. ```bash
@@ -20,6 +20,17 @@
20
21
22
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
30
+ ./build.sh --skip-maven --skip-sudo rest ghcr.io/virtualcell dev_zeke
31
32
33
+
34
3. Run Quarkus in Terminal
35
``` bash
36
pushd ../../vcell-rest
0 commit comments