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