9 lines
361 B
Plaintext
9 lines
361 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Add-on: 3dprinter-octoprint
|
|
# Runs OctoPrint
|
|
# ==============================================================================
|
|
|
|
## Run your program
|
|
exec octoprint serve --iknowwhatimdoing --host 0.0.0.0 --port 5000 --basedir /data/config/octoprint
|