All checks were successful
perso/docker-octant/pipeline/head This commit looks good
5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export OCTANT_LISTENER_ADDR="0.0.0.0:7777"
|
|
octant -vvv --disable-open-browser
|